Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Feb 10, 2024
1 parent 8ac4c9a commit 28cb448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ write_basic_package_version_file(

configure_package_config_file(
"${PROJECT_SOURCE_DIR}/cmake/config.cmake.in" "${PROJECT_NAME}Config.cmake"
INSTALL_DESTINATION ${CMAKE_INSTALL_DATADIR}/io1/cmake)
INSTALL_DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/cmake)

install(
EXPORT ${PROJECT_NAME}
NAMESPACE io1::
DESTINATION ${CMAKE_INSTALL_DATADIR}/io1/cmake)
DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/cmake)

install(FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake"
"${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
DESTINATION ${CMAKE_INSTALL_DATADIR}/io1/cmake)
DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/cmake)

if(IO1_WITH_TESTS)
include(CTest)
Expand Down

0 comments on commit 28cb448

Please sign in to comment.