Skip to content
Snippets Groups Projects
Commit 605cebb5 authored by Charles Leggett's avatar Charles Leggett
Browse files

Make sure we do not use ninja from LCG

See merge request !695
parents 32e5f317 76fdac18
No related branches found
No related tags found
1 merge request!695Make sure we do not use ninja from LCG
Pipeline #
......@@ -14,4 +14,8 @@ if(NOT CMAKE_SOURCE_DIR MATCHES "CMakeTmp")
# it is not needed
include(${CMAKE_SOURCE_DIR}/cmake/GaudiDefaultToolchain.cmake)
# FIXME: make sure we do not pick up ninja from LCG (it requires LD_LIBRARY_PATH set)
if(CMAKE_PREFIX_PATH AND CMAKE_VERSION VERSION_GREATER "3.6.0")
list(FILTER CMAKE_PREFIX_PATH EXCLUDE REGEX "(LCG_|lcg/nightlies).*ninja")
endif()
endif()
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