Skip to content

Commit

Permalink
Merge pull request #394 from JohanMabille/nlohmann_restriction
Browse files Browse the repository at this point in the history
Fixed exported requirement on nlohmann_json
  • Loading branch information
JohanMabille committed Mar 20, 2024
2 parents 7c15958 + 6e95bb9 commit 2047292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xeusConfig.cmake.in
Expand Up @@ -25,7 +25,7 @@ include(CMakeFindDependencyMacro)
find_dependency(xtl @xtl_REQUIRED_VERSION@)
# nlohmann_json requires libraries that exchange json objects to be linked
# with the same version of nlohmann_json.
find_dependency(nlohmann_json @nlohmann_json_REQUIRED_VERSION@ EXACT)
find_dependency(nlohmann_json @nlohmann_json_VERSION@ EXACT)

# This is required when linking with the static target
if(NOT EMSCRIPTEN)
Expand Down

0 comments on commit 2047292

Please sign in to comment.