Skip to content
Snippets Groups Projects
Commit a91fe2be authored by Automated MSK Jenkins User's avatar Automated MSK Jenkins User
Browse files

automatic merge of project-template

parent d615cfeb
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