Skip to content

Commit

Permalink
correctly searching for bedrock-module-api
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jul 5, 2024
1 parent 6289044 commit ad8228b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pkg_check_modules (MARGO REQUIRED IMPORTED_TARGET margo)
# argobots
pkg_check_modules (ABT REQUIRED IMPORTED_TARGET argobots)
# bedrock
find_package (bedrock REQUIRED)
find_package (bedrock-module-api REQUIRED)
# yokan
find_package (yokan REQUIRED)

Expand Down

0 comments on commit ad8228b

Please sign in to comment.