Skip to content

Commit bb5d31a

Browse files
committed
Make Cmake options explicit. Not intended for any PR
1 parent 5add36d commit bb5d31a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ option(ACTS_BUILD_PLUGIN_FPEMON "Build FPE monitoring plugin" OFF)
8383
option(ACTS_BUILD_PLUGIN_FASTJET "Build FastJet plugin" OFF)
8484
option(ACTS_BUILD_PLUGIN_GEOMODEL "Build GeoModel plugin" OFF)
8585
option(ACTS_BUILD_PLUGIN_TRACCC "Build Traccc plugin" OFF)
86-
option(ACTS_BUILD_PLUGIN_GEANT4 "Build Geant4 plugin" OFF)
86+
option(ACTS_BUILD_PLUGIN_GEANT4 "Build Geant4 plugin" ON)
8787
option(ACTS_BUILD_PLUGIN_GNN "Build the GNN plugin" OFF)
8888
option(ACTS_GNN_ENABLE_ONNX "Build the Onnx backend for the gnn plugin" OFF)
8989
option(ACTS_GNN_ENABLE_TORCH "Build the torchscript backend for the gnn plugin" ON)
9090
option(ACTS_GNN_ENABLE_CUDA "Enable CUDA for the gnn plugin" OFF)
9191
option(ACTS_GNN_ENABLE_MODULEMAP "Enable Module-Map-based graph construction" OFF)
9292
option(ACTS_GNN_ENABLE_TENSORRT "Enable the native TensorRT inference modules" OFF)
93-
option(ACTS_BUILD_PLUGIN_JSON "Build json plugin" OFF)
93+
option(ACTS_BUILD_PLUGIN_JSON "Build json plugin" ON)
9494
option(ACTS_BUILD_PLUGIN_ONNX "Build ONNX plugin" OFF)
95-
option(ACTS_BUILD_PLUGIN_ROOT "Build ROOT plugin" OFF)
95+
option(ACTS_BUILD_PLUGIN_ROOT "Build ROOT plugin" ON)
9696
option(ACTS_SETUP_ANNOY "Explicitly set up Annoy for the project" OFF)
9797
option(ACTS_BUILD_PLUGIN_HASHING "Build Hashing plugin" OFF)
9898
# fatras related options
@@ -105,12 +105,12 @@ option(ACTS_BUILD_EXAMPLES_DD4HEP "Build DD4hep-based code in the examples" OFF)
105105
option(ACTS_BUILD_EXAMPLES_EDM4HEP "Build EDM4hep-based code in the examples" OFF)
106106
option(ACTS_BUILD_EXAMPLES_PODIO "Build Podio-based code in the examples" OFF)
107107
option(ACTS_BUILD_EXAMPLES_GNN "Build the GNN example code" OFF)
108-
option(ACTS_BUILD_EXAMPLES_GEANT4 "Build Geant4-based code in the examples" OFF)
108+
option(ACTS_BUILD_EXAMPLES_GEANT4 "Build Geant4-based code in the examples" ON)
109109
option(ACTS_BUILD_EXAMPLES_HASHING "Build Hashing-based code in the examples" OFF)
110-
option(ACTS_BUILD_EXAMPLES_PYTHIA8 "Build Pythia8-based code in the examples" OFF)
111-
option(ACTS_BUILD_EXAMPLES_PYTHON_BINDINGS "Build python bindings for the examples" OFF)
110+
option(ACTS_BUILD_EXAMPLES_PYTHIA8 "Build Pythia8-based code in the examples" ON)
111+
option(ACTS_BUILD_EXAMPLES_PYTHON_BINDINGS "Build python bindings for the examples" ON)
112112
option(ACTS_BUILD_EXAMPLES_ROOT "Build modules based on ROOT I/O" ON)
113-
option(ACTS_BUILD_ANALYSIS_APPS "Build Analysis applications in the examples" OFF)
113+
option(ACTS_BUILD_ANALYSIS_APPS "Build Analysis applications in the examples" ON)
114114
# test related options
115115
option(ACTS_BUILD_BENCHMARKS "Build benchmarks" OFF)
116116
option(ACTS_BUILD_INTEGRATIONTESTS "Build integration tests" OFF)

0 commit comments

Comments
 (0)