Fix builtin JSON
Compare changes
Files
2+ 6
− 2
@@ -19,8 +19,12 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
@@ -19,8 +19,12 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
The builtin JSON generates CMake errors when used in conjunction with subprojects.
This MR fixes the inclusion of multiple SetupJSON
.