Skip to content

Commit 3574768

Browse files
RytoEXtt2468
authored andcommitted
cmake: Set minimum version for nlohmann_json to 3.11
1 parent 6b9f389 commit 3574768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif()
1515
find_package(Qt6 REQUIRED Core Widgets Svg Network)
1616

1717
# Find nlohmann JSON
18-
find_package(nlohmann_json 3 REQUIRED)
18+
find_package(nlohmann_json 3.11 REQUIRED)
1919

2020
# Find qrcodegencpp
2121
set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON)

0 commit comments

Comments
 (0)