Skip to content

Commit

Permalink
remove version enforcement for nlohmann_json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed Sep 26, 2024
1 parent d61e61c commit 22addbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ctbench dependency management must be centralized here to avoid
# duplicate find_package calls and expose all dependencies in a single file.

find_package(nlohmann_json 3.9.1 REQUIRED)
find_package(nlohmann_json REQUIRED)
find_package(Boost REQUIRED)
find_package(sciplot REQUIRED)
find_package(LLVM REQUIRED CONFIG)
Expand Down

0 comments on commit 22addbd

Please sign in to comment.