Skip to content

Commit

Permalink
Use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 24, 2025
1 parent 574d3f7 commit d3ca1e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ endif()
if(${DD4hep_VERSION} VERSION_LESS 1.29)
set(FILES_DEPENDINGON_DCH_INFO_H "DriftChamber_o1_v02.cpp" )
list(FILTER sources EXCLUDE REGEX "${FILES_DEPENDINGON_DCH_INFO_H}")
message(WARNING [[Subdetector ${FILES_DEPENDINGON_DCH_INFO_H} will not be built
because the current version of DD4hep does not ship with
the header file DDRec/DCH_info.h]])
message(WARNING "Subdetector ${FILES_DEPENDINGON_DCH_INFO_H} will not be built because the current version of DD4hep does not ship with the header file DDRec/DCH_info.h")
endif()

find_package(EDM4HEP)
Expand Down

0 comments on commit d3ca1e5

Please sign in to comment.