CMake: remove meaningless INSTALL_DESTINATIONs

pull/1691/head
nick black 3 years ago
parent 84f417aa41
commit 5a3ff3f707
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -709,7 +709,6 @@ configure_file(tools/builddef.h.in include/builddef.h)
configure_package_config_file(tools/NotcursesConfig.cmake.in
${CMAKE_CURRENT_BINARY_DIR}/NotcursesConfig.cmake
INSTALL_DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/notcurses/cmake
)
write_basic_package_version_file(
@ -719,7 +718,6 @@ write_basic_package_version_file(
configure_package_config_file(tools/NotcursesCoreConfig.cmake.in
${CMAKE_CURRENT_BINARY_DIR}/NotcursesCoreConfig.cmake
INSTALL_DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/notcurses/cmake
)
write_basic_package_version_file(
@ -729,7 +727,6 @@ write_basic_package_version_file(
configure_package_config_file(tools/Notcurses++Config.cmake.in
${CMAKE_CURRENT_BINARY_DIR}/Notcurses++Config.cmake
INSTALL_DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/notcurses/cmake
)
write_basic_package_version_file(

Loading…
Cancel
Save