Skip to content

Commit

Permalink
Separate functionality of parsed grammars into free functions instead…
Browse files Browse the repository at this point in the history
… of templated class
  • Loading branch information
MarkusFrankATcernch committed Apr 9, 2020
1 parent 9cfbaeb commit 58dfb27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ dd4hep_configure_output()

#==========================================================================

###SET(DD4HEP_EXAMPLES "AlignDet CLICSiD ClientTests Conditions DDCMS DDCodex DDDB DDDigi DDG4 DDG4_MySensDet LHeD OpticalSurfaces Persistency DDCAD SimpleDetector"
SET(DD4HEP_EXAMPLES "AlignDet CLICSiD ClientTests Conditions DDCodex DDDB DDDigi DDG4 DDG4_MySensDet DDmightyt LHeD OpticalSurfaces Persistency DDCAD SimpleDetector"
SET(DD4HEP_EXAMPLES "AlignDet CLICSiD ClientTests Conditions DDCMS DDCodex DDDB DDDigi DDG4 DDG4_MySensDet LHeD OpticalSurfaces Persistency DDCAD SimpleDetector"
CACHE STRING "List of DD4hep Examples to build")
SEPARATE_ARGUMENTS(DD4HEP_EXAMPLES)

Expand Down

0 comments on commit 58dfb27

Please sign in to comment.