Skip to content
Snippets Groups Projects

Update CMake path to use version 3.20.0

Merged Harald Minde Hansen requested to merge CMake_setup_test into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -26,7 +26,7 @@ LCGPackage_Add(
IF NOT <VERSION> STREQUAL master AND <VERSION> VERSION_LESS v35r0 THEN
COMMAND ${EXEC} bash -c "cp -n -r <INSTALL_DIR>/*.cmake <INSTALL_DIR>/cmake"
ENDIF
DEPENDS Boost Python GSL ROOT clhep AIDA HepMC XercesC rangev3 cppgsl xenv six fmt
DEPENDS Boost Python GSL ROOT clhep AIDA HepMC XercesC rangev3 cppgsl xenv six fmt pytest
IF <VERSION> STREQUAL master OR <VERSION> VERSION_GREATER_EQUAL v35r0 THEN
jsonmcpp HepPDT CppUnit libunwind doxygen
IF NOT ${LCG_OS} MATCHES ubuntu THEN gperftools ENDIF
Loading