Skip to content

Commit d1891e7

Browse files
committed
Another fix for shared libs and json-validator
1 parent 5be6316 commit d1891e7

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
@@ -453,6 +453,7 @@ set(JSON_VALIDATOR_INSTALL ON CACHE INTERNAL "")
453453
set(JSON_VALIDATOR_BUILD_TESTS OFF CACHE INTERNAL "")
454454
set(JSON_VALIDATOR_BUILD_EXAMPLES OFF CACHE INTERNAL "")
455455
set(JSON_VALIDATOR_SHARED_LIBS ${BUILD_SHARED_LIBS} CACHE INTERNAL "")
456+
set(nlohmann_json_schema_validator_SHARED_LIBS ${BUILD_SHARED_LIBS} CACHE INTERNAL "")
456457
add_subdirectory(tpls/json-validator)
457458

458459
SET(GENTEN_LIBS "")

0 commit comments

Comments
 (0)