LYN-3112 Add CMakeTestbed to github and setup the Jenkins job to use an installed version (#461)

This commit is contained in:
Esteban Papp
2021-04-30 09:16:36 -07:00
committed by GitHub
parent 70d53f117f
commit f8633f0ba8
3 changed files with 53 additions and 8 deletions
+3 -1
View File
@@ -45,6 +45,8 @@ if(EXISTS ${manifest_path})
if(${json_error})
message(FATAL_ERROR "Unable to read engines[${engine_path_index}] '${manifest_path}', error: ${json_error}")
endif()
list(APPEND CMAKE_MODULE_PATH "${engine_path}/cmake")
if(engine_path)
list(APPEND CMAKE_MODULE_PATH "${engine_path}/cmake")
endif()
endforeach()
endif()