Skip to content
Snippets Groups Projects
Commit 5433e98a authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

project-template: support ConfigGenerator shared directory (#9802)

parent 9cffabf6
No related branches found
No related tags found
1 merge request!3update project template
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
find_package(ConfigGenerator 02.00 REQUIRED) find_package(ConfigGenerator 02.00 REQUIRED)
list(APPEND CMAKE_MODULE_PATH ${ConfigGenerator_DIR}/shared)
set(DESTDIR share/ConfigGenerator-${PROJECT_NAME}-${${PROJECT_NAME}_MAJOR_VERSION}-${${PROJECT_NAME}_MINOR_VERSION}) set(DESTDIR share/ConfigGenerator-${PROJECT_NAME}-${${PROJECT_NAME}_MAJOR_VERSION}-${${PROJECT_NAME}_MINOR_VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment