mirror of
https://gitlab.com/libtiff/libtiff.git
synced 2026-01-18 21:51:18 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user