Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ option(ACTS_BUILD_EXAMPLES "Build basic examples components" OFF)
option(ACTS_BUILD_EXAMPLES_DD4HEP "Build DD4hep-based code in the examples" OFF)
option(ACTS_BUILD_EXAMPLES_EDM4HEP "Build EDM4hep-based code in the examples" OFF)
option(ACTS_BUILD_EXAMPLES_FASTJET "Build FastJet plugin" OFF)
option(ACTS_BUILD_EXAMPLES_PODIO "Build Podio-based code in the examples" OFF)
option(ACTS_BUILD_EXAMPLES_GNN "Build the GNN example code" OFF)
option(ACTS_BUILD_EXAMPLES_GEANT4 "Build Geant4-based code in the examples" OFF)
option(ACTS_BUILD_EXAMPLES_GNN "Build the GNN example code" OFF)
option(ACTS_BUILD_EXAMPLES_HASHING "Build Hashing-based code in the examples" OFF)
option(ACTS_BUILD_EXAMPLES_PODIO "Build Podio-based code in the examples" OFF)
option(ACTS_BUILD_EXAMPLES_PYTHIA8 "Build Pythia8-based code in the examples" OFF)
option(ACTS_BUILD_EXAMPLES_PYTHON_BINDINGS "[Deprecated] Build python bindings and enables the examples" OFF)
option(ACTS_BUILD_EXAMPLES_ROOT "Build modules based on ROOT I/O" OFF)
Expand Down Expand Up @@ -161,15 +161,21 @@ set_option_if(
OR
ACTS_BUILD_EXAMPLES_EDM4HEP
OR
ACTS_BUILD_EXAMPLES_FASTJET
OR
ACTS_BUILD_EXAMPLES_GEANT4
OR
ACTS_BUILD_EXAMPLES_GNN
OR
ACTS_BUILD_EXAMPLES_HASHING
OR
ACTS_BUILD_EXAMPLES_PYTHIA8
ACTS_BUILD_EXAMPLES_PODIO
OR
ACTS_BUILD_EXAMPLES_GNN
ACTS_BUILD_EXAMPLES_PYTHIA8
OR
ACTS_BUILD_EXAMPLES_PYTHON_BINDINGS
OR
ACTS_BUILD_EXAMPLES_ROOT
)
# core plugins might be required by examples or depend on each other
set_option_if(
Expand Down
4 changes: 2 additions & 2 deletions docs/old/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,11 @@ components.
| ACTS_BUILD_ALIGNMENT | Build Alignment package<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_DD4HEP | Build DD4hep-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_EDM4HEP | Build EDM4hep-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_PODIO | Build Podio-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_FASTJET | Build FastJet-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_GNN | Build the GNN example code<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_GEANT4 | Build Geant4-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_GNN | Build the GNN example code<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_HASHING | Build Hashing-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_PODIO | Build Podio-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_PYTHIA8 | Build Pythia8-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_PYTHON_BINDINGS | Build python bindings for the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_ROOT | Build modules based on ROOT I/O<br> type: `bool`, default: `OFF` |
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/contributing/building_acts.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,10 @@ components.
| ACTS_BUILD_EXAMPLES_DD4HEP | Build DD4hep-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_EDM4HEP | Build EDM4hep-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_FASTJET | Build FastJet plugin<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_PODIO | Build Podio-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_GNN | Build the GNN example code<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_GEANT4 | Build Geant4-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_GNN | Build the GNN example code<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_HASHING | Build Hashing-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_PODIO | Build Podio-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_PYTHIA8 | Build Pythia8-based code in the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_PYTHON_BINDINGS | [Deprecated] Build python bindings and<br>enables the examples<br> type: `bool`, default: `OFF` |
| ACTS_BUILD_EXAMPLES_ROOT | Build modules based on ROOT I/O<br> type: `bool`, default: `OFF` |
Expand Down
Loading