Skip to content

Commit 8ac65dd

Browse files
committed
nlohmann: Require 3.9.1 for emscripten
1 parent a8501de commit 8ac65dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,7 @@ player_find_package(NAME lhasa
889889
# json support
890890
if(CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
891891
player_find_package(NAME nlohmann_json
892+
VERSION 3.9.1
892893
DEFINITION HAVE_NLOHMANN_JSON
893894
TARGET nlohmann_json::nlohmann_json
894895
REQUIRED

0 commit comments

Comments
 (0)