Skip to content

Commit afa6b0e

Browse files
authored
Merge pull request #598 from stephenswat/fix/cmake_pluginjson
Add missing ACTS JSON dependency
2 parents 82cd374 + 896627c commit afa6b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ option( TRACCC_USE_SYSTEM_ACTS
245245
${TRACCC_USE_SYSTEM_LIBS} )
246246
if( TRACCC_SETUP_ACTS )
247247
if( TRACCC_USE_SYSTEM_ACTS )
248-
find_package( Acts REQUIRED )
248+
find_package( Acts REQUIRED COMPONENTS PluginJson )
249249
else()
250250
add_subdirectory( extern/acts )
251251
endif()

0 commit comments

Comments
 (0)