We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b931b commit f85f6a5Copy full SHA for f85f6a5
1 file changed
dependencies/O2Dependencies.cmake
@@ -143,6 +143,9 @@ set_package_properties(fmt PROPERTIES TYPE REQUIRED)
143
find_package(nlohmann_json)
144
set_package_properties(nlohmann_json PROPERTIES TYPE REQUIRED)
145
146
+find_package(Acts)
147
+set_package_properties(Acts PROPERTIES TYPE OPTIONAL)
148
+
149
find_package(Boost 1.70
150
COMPONENTS container
151
thread
0 commit comments