Skip to content

Commit 33b11d4

Browse files
njacazioktf
authored andcommitted
Add optional dependency for Acts package
1 parent c85788d commit 33b11d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dependencies/O2Dependencies.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ set_package_properties(fmt PROPERTIES TYPE REQUIRED)
143143
find_package(nlohmann_json)
144144
set_package_properties(nlohmann_json PROPERTIES TYPE REQUIRED)
145145

146+
find_package(Acts)
147+
set_package_properties(Acts PROPERTIES TYPE OPTIONAL)
148+
146149
find_package(Boost 1.70
147150
COMPONENTS container
148151
thread

0 commit comments

Comments
 (0)