Skip to content
Snippets Groups Projects
Commit 70a3c23d authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'hepmc3_nightly_fixes_22032021_part_1' into 'master'

Try to fix nightly cmake

See merge request !41811
parents a2d0912b 8cd5a462
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!41811Try to fix nightly cmake
......@@ -13,8 +13,8 @@ if (HEPMC3_USE)
set( HEPMC_MCTester_INTERFACE_DIR ${HEPMC3_INCLUDE_DIR}/../share/HepMC3/interfaces/mc-tester/include)
#This is needed for HepMC3 only as the HepMC2 interface compiled in MC-TESTER (with the same warnings)
#Should be removed after next MC-TESTER release
set_source_files_properties(${HEPMC3_INCLUDE_DIR}/../share/HepMC3/interfaces/mc-tester/src/HepMC3Event.cxx PROPERTIES COMPILE_FLAGS -Wno-ignored-qualifiers -Wno-unused-parameter)
set_source_files_properties(${HEPMC3_INCLUDE_DIR}/../share/HepMC3/interfaces/mc-tester/src/HepMC3Particle.cxx PROPERTIES COMPILE_FLAGS -Wno-ignored-qualifiers -Wno-unused-parameter)
set_source_files_properties("${HEPMC3_INCLUDE_DIR}/../share/HepMC3/interfaces/mc-tester/src/HepMC3Event.cxx" PROPERTIES COMPILE_FLAGS "-Wno-ignored-qualifiers -Wno-unused-parameter")
set_source_files_properties("${HEPMC3_INCLUDE_DIR}/../share/HepMC3/interfaces/mc-tester/src/HepMC3Particle.cxx" PROPERTIES COMPILE_FLAGS "-Wno-ignored-qualifiers -Wno-unused-parameter")
else()
set( MCTester_sources src/MCTesterAlg.cxx)
set( HEPMC_MCTester_INTERFACE_DIR ${MCTESTER_INCLUDE_DIRS})
......
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