Skip to content

Commit

Permalink
Another fix for shared libs and json-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp committed Sep 18, 2024
1 parent 5be6316 commit d1891e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ set(JSON_VALIDATOR_INSTALL ON CACHE INTERNAL "")
set(JSON_VALIDATOR_BUILD_TESTS OFF CACHE INTERNAL "")
set(JSON_VALIDATOR_BUILD_EXAMPLES OFF CACHE INTERNAL "")
set(JSON_VALIDATOR_SHARED_LIBS ${BUILD_SHARED_LIBS} CACHE INTERNAL "")
set(nlohmann_json_schema_validator_SHARED_LIBS ${BUILD_SHARED_LIBS} CACHE INTERNAL "")
add_subdirectory(tpls/json-validator)

SET(GENTEN_LIBS "")
Expand Down

0 comments on commit d1891e7

Please sign in to comment.