Skip to content

Commit

Permalink
chore(nebula_common): add version requirement for nlohmann_json
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Nov 18, 2024
1 parent a132496 commit d7f1c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(nebula_common)
find_package(ament_cmake_auto REQUIRED)
find_package(PCL REQUIRED COMPONENTS common)
find_package(yaml-cpp REQUIRED)
find_package(nlohmann_json REQUIRED)
find_package(nlohmann_json 3.10.5 REQUIRED)

# Default to C++17
if (NOT CMAKE_CXX_STANDARD)
Expand Down

0 comments on commit d7f1c7a

Please sign in to comment.