File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ option(JSON_GlobalUDLs "Place user-defined string literals i
4545option (JSON_ImplicitConversions "Enable implicit conversions." ON )
4646option (JSON_DisableEnumSerialization "Disable default integer enum serialization." OFF )
4747option (JSON_LegacyDiscardedValueComparison "Enable legacy discarded value comparison." OFF )
48- option (JSON_Install "Install CMake targets during install step." ${MAIN_PROJECT} )
49- option (JSON_MultipleHeaders "Use non-amalgamated version of the library." ON )
48+ option (JSON_Install "Install CMake targets during install step." ON )
49+ option (JSON_MultipleHeaders "Use non-amalgamated version of the library." OFF )
5050option (JSON_SystemInclude "Include as system headers (skip for clang-tidy)." OFF )
5151
5252if (JSON_CI)
You can’t perform that action at this time.
0 commit comments