Skip to content

Commit

Permalink
cmake: Set minimum version for nlohmann_json to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RytoEX authored and tt2468 committed Feb 15, 2025
1 parent 6b9f389 commit 3574768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()
find_package(Qt6 REQUIRED Core Widgets Svg Network)

# Find nlohmann JSON
find_package(nlohmann_json 3 REQUIRED)
find_package(nlohmann_json 3.11 REQUIRED)

# Find qrcodegencpp
set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON)
Expand Down

0 comments on commit 3574768

Please sign in to comment.