Skip to content
Snippets Groups Projects
Commit d86b703f authored by Christoph Kampmeyer's avatar Christoph Kampmeyer
Browse files

Corrected install directory in FindConfigGenerator.cmake

parent 839d8648
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,10 @@
SET(ConfigGenerator_FOUND 0)
FIND_PATH(ConfigGenerator_DIR ConfigGeneratorConfigVersion.cmake
${CMAKE_CURRENT_LIST_DIR}
/usr/share/llrfConfigGenerator*
file(GLOB ConfigGenerator_SEARCH_PATHS ${CMAKE_CURRENT_LIST_DIR} "/usr/share/ConfigGenerator*")
FIND_PATH(ConfigGenerator_DIR
NAMES ConfigGeneratorConfigVersion.cmake
PATHS ${ConfigGenerator_SEARCH_PATHS}
)
include(${ConfigGenerator_DIR}/ConfigGeneratorConfigVersion.cmake)
......
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