Skip to content
Snippets Groups Projects
Commit dc9df2ab authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Disable json test build

parent d6ddec8e
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ FetchContent_MakeAvailable(meshoptimizer) ...@@ -66,6 +66,7 @@ FetchContent_MakeAvailable(meshoptimizer)
# If you only include this third party in PRIVATE source files, you do not # If you only include this third party in PRIVATE source files, you do not
# need to install it when your main project gets installed. # need to install it when your main project gets installed.
set(JSON_Install OFF CACHE INTERNAL "") set(JSON_Install OFF CACHE INTERNAL "")
set(JSON_BuildTests OFF CACHE INTERNAL "")
FetchContent_MakeAvailable(nlohmann_json) FetchContent_MakeAvailable(nlohmann_json)
unset(CMAKE_FOLDER) unset(CMAKE_FOLDER)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment