cmake: rename TiffConfig.cmake.in to tiff-config.cmake.in

As requested by code review and to make it more coherent.
This commit is contained in:
Reinhold Gschweicher
2025-09-17 13:48:55 +02:00
parent 5697b12e42
commit 4b3e1d314d
2 changed files with 1 additions and 1 deletions

View File

@@ -229,7 +229,7 @@ if(tiff-install)
COMPATIBILITY SameMajorVersion)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/tiff-config-version.cmake DESTINATION ${TIFF_CONFIGDIR})
configure_file(${PROJECT_SOURCE_DIR}/cmake/TiffConfig.cmake.in
configure_file(${PROJECT_SOURCE_DIR}/cmake/tiff-config.cmake.in
${CMAKE_CURRENT_BINARY_DIR}/tiff-config.cmake @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/tiff-config.cmake DESTINATION ${TIFF_CONFIGDIR})
endif()