@@ -108,10 +108,10 @@ option(ACTS_BUILD_EXAMPLES "Build basic examples components" OFF)
108108option (ACTS_BUILD_EXAMPLES_DD4HEP "Build DD4hep-based code in the examples" OFF )
109109option (ACTS_BUILD_EXAMPLES_EDM4HEP "Build EDM4hep-based code in the examples" OFF )
110110option (ACTS_BUILD_EXAMPLES_FASTJET "Build FastJet plugin" OFF )
111- option (ACTS_BUILD_EXAMPLES_PODIO "Build Podio-based code in the examples" OFF )
112- option (ACTS_BUILD_EXAMPLES_GNN "Build the GNN example code" OFF )
113111option (ACTS_BUILD_EXAMPLES_GEANT4 "Build Geant4-based code in the examples" OFF )
112+ option (ACTS_BUILD_EXAMPLES_GNN "Build the GNN example code" OFF )
114113option (ACTS_BUILD_EXAMPLES_HASHING "Build Hashing-based code in the examples" OFF )
114+ option (ACTS_BUILD_EXAMPLES_PODIO "Build Podio-based code in the examples" OFF )
115115option (ACTS_BUILD_EXAMPLES_PYTHIA8 "Build Pythia8-based code in the examples" OFF )
116116option (ACTS_BUILD_EXAMPLES_PYTHON_BINDINGS "[Deprecated] Build python bindings and enables the examples" OFF )
117117option (ACTS_BUILD_EXAMPLES_ROOT "Build modules based on ROOT I/O" OFF )
@@ -161,15 +161,21 @@ set_option_if(
161161 OR
162162 ACTS_BUILD_EXAMPLES_EDM4HEP
163163 OR
164+ ACTS_BUILD_EXAMPLES_FASTJET
165+ OR
164166 ACTS_BUILD_EXAMPLES_GEANT4
165167 OR
168+ ACTS_BUILD_EXAMPLES_GNN
169+ OR
166170 ACTS_BUILD_EXAMPLES_HASHING
167171 OR
168- ACTS_BUILD_EXAMPLES_PYTHIA8
172+ ACTS_BUILD_EXAMPLES_PODIO
169173 OR
170- ACTS_BUILD_EXAMPLES_GNN
174+ ACTS_BUILD_EXAMPLES_PYTHIA8
171175 OR
172176 ACTS_BUILD_EXAMPLES_PYTHON_BINDINGS
177+ OR
178+ ACTS_BUILD_EXAMPLES_ROOT
173179)
174180# core plugins might be required by examples or depend on each other
175181set_option_if (
0 commit comments