We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1674f commit 8846db4Copy full SHA for 8846db4
cmake/dependencies.cmake
@@ -25,7 +25,7 @@ function(add_main_dependencies)
25
target_include_directories(cfgpath INTERFACE "${EXTERNAL_DIR}/cfgpath")
26
list(APPEND EXTERNAL_LINKS cfgpath)
27
28
- # # JSON # We dont use this anymore # yes we do
+ # JSON
29
CPMAddPackage(
30
NAME nlohmann_json
31
GITHUB_REPOSITORY nlohmann/json
0 commit comments