From 21f4fbb8cfdef68315b2e38398a5ec0fb66461ba Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Tue, 13 Sep 2022 16:17:23 +0200 Subject: [PATCH] Update CMakeLists.txt Co-authored-by: Florian Albrechtskirchinger --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d65b94d27..f942e04ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,6 @@ endif() option(JSON_BuildTests "Build the unit tests when BUILD_TESTING is enabled." ${JSON_BuildTests_INIT}) option(JSON_CI "Enable CI build targets." OFF) option(JSON_Diagnostics "Use extended diagnostic messages." OFF) -option(JSON_DisableEnumSerialization "Disable default integer enum serialization." OFF) option(JSON_GlobalUDLs "Place use-defined string literals in the global namespace." ON) option(JSON_ImplicitConversions "Enable implicit conversions." ON) option(JSON_DisableEnumSerialization "Disable default integer enum serialization." OFF)