Skip to content
Closed
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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ option(ACTS_USE_SYSTEM_ACTSVG "Use the ActSVG system library" ${ACTS_USE_SYSTEM_
option(ACTS_USE_SYSTEM_COVFIE "Use a system-provided covfie installation" ${ACTS_USE_SYSTEM_LIBS})
option(ACTS_SETUP_COVFIE "If we want to set up covfie" ON)
option(ACTS_USE_SYSTEM_DETRAY "Use a system-provided detray installation" ${ACTS_USE_SYSTEM_LIBS})
option(ACTS_SETUP_DETRAY "If we want to set up detray" ON)
option(ACTS_SETUP_DETRAY "If we want to set up detray" OFF)
option(ACTS_USE_SYSTEM_VECMEM "Use a system-provided vecmem installation" ${ACTS_USE_SYSTEM_LIBS})
option(ACTS_SETUP_VECMEM "If we want to set up vecmem" ON)
option(ACTS_USE_SYSTEM_TRACCC "Use a system-provided traccc installation" ${ACTS_USE_SYSTEM_LIBS})
Expand Down
2 changes: 0 additions & 2 deletions Detray/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ if(DETRAY_SETUP_VECMEM)
endif()
endif()

include(vecmem-check-language)

# Set up JSON for I/O
option(
DETRAY_SETUP_NLOHMANN
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/contributing/building_acts.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ components.
| ACTS_USE_SYSTEM_COVFIE | Use a system-provided covfie<br>installation<br> type: `bool`, default: `ACTS_USE_SYSTEM_LIBS -> OFF` |
| ACTS_SETUP_COVFIE | If we want to set up covfie<br> type: `bool`, default: `ON` |
| ACTS_USE_SYSTEM_DETRAY | Use a system-provided detray<br>installation<br> type: `bool`, default: `ACTS_USE_SYSTEM_LIBS -> OFF` |
| ACTS_SETUP_DETRAY | If we want to set up detray<br> type: `bool`, default: `ON` |
| ACTS_SETUP_DETRAY | If we want to set up detray<br> type: `bool`, default: `OFF` |
| ACTS_USE_SYSTEM_VECMEM | Use a system-provided vecmem<br>installation<br> type: `bool`, default: `ACTS_USE_SYSTEM_LIBS -> OFF` |
| ACTS_SETUP_VECMEM | If we want to set up vecmem<br> type: `bool`, default: `ON` |
| ACTS_USE_SYSTEM_TRACCC | Use a system-provided traccc<br>installation<br> type: `bool`, default: `ACTS_USE_SYSTEM_LIBS -> OFF` |
Expand Down
Loading