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 committed Oct 15, 2024
1 parent 174b07b commit 174282d
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 174282d

Please sign in to comment.