Skip to content

Commit 1710a1d

Browse files
committed
#2482: lib: switch JSON install to ON
1 parent 2522572 commit 1710a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/json/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ option(JSON_GlobalUDLs "Place user-defined string literals i
4545
option(JSON_ImplicitConversions "Enable implicit conversions." ON)
4646
option(JSON_DisableEnumSerialization "Disable default integer enum serialization." OFF)
4747
option(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)
5050
option(JSON_SystemInclude "Include as system headers (skip for clang-tidy)." OFF)
5151

5252
if (JSON_CI)

0 commit comments

Comments
 (0)