Skip to content
Snippets Groups Projects
Commit fa4beb5f authored by Martin Killenberg's avatar Martin Killenberg Committed by Martin Killenberg
Browse files

fix(project-template): FindConfigGenerator with custom install path

parent 39469798
No related branches found
Tags 08.00.01
1 merge request!10update project template
......@@ -26,7 +26,7 @@
SET(ConfigGenerator_FOUND 0)
file(GLOB ConfigGenerator_SEARCH_PATHS ${CMAKE_CURRENT_LIST_DIR} "/usr/share/ConfigGenerator*")
file(GLOB ConfigGenerator_SEARCH_PATHS ${CMAKE_CURRENT_LIST_DIR} "${CMAKE_INSTALL_PREFIX}/share/ConfigGenerator*" "/usr/share/ConfigGenerator*")
FIND_PATH(ConfigGenerator_DIR
NAMES ConfigGeneratorConfigVersion.cmake
PATHS ${ConfigGenerator_SEARCH_PATHS}
......
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