]> granicus.if.org Git - json-c/commitdiff
CMake: Re-format config-option block and re-order it alphabetically.
authorBjörn Esser <besser82@fedoraproject.org>
Mon, 18 May 2020 10:26:47 +0000 (12:26 +0200)
committerBjörn Esser <besser82@fedoraproject.org>
Mon, 18 May 2020 10:34:08 +0000 (12:34 +0200)
CMakeLists.txt

index 180d6e934a89480637e56a87a75381b5e09fe46f..901eb6e364b4659dbba641ecfa105f428568ec15 100644 (file)
@@ -83,11 +83,11 @@ COMMAND make package_source
 )
 
 # Enable or disable features. By default, all features are turned off.
-option(ENABLE_RDRAND                "Enable RDRAND Hardware RNG Hash Seed"          OFF)
-option(ENABLE_THREADING             "Enable partial threading support."             OFF)
-option(DISABLE_WERROR               "Avoid treating compiler warnings as fatal errors"    OFF)
-option(DISABLE_BSYMBOLIC            "Avoid linking with -Bsymbolic-function"   OFF)
-option(DISABLE_THREAD_LOCAL_STORAGE "Disable Thread-Local Storage (HAVE___THREAD)"   OFF)
+option(DISABLE_BSYMBOLIC              "Avoid linking with -Bsymbolic-function."               OFF)
+option(DISABLE_THREAD_LOCAL_STORAGE   "Disable using Thread-Local Storage (HAVE___THREAD)."   OFF)
+option(DISABLE_WERROR                 "Avoid treating compiler warnings as fatal errors."     OFF)
+option(ENABLE_RDRAND                  "Enable RDRAND Hardware RNG Hash Seed."                 OFF)
+option(ENABLE_THREADING               "Enable partial threading support."                     OFF)
 
 if (UNIX OR MINGW OR CYGWIN)
     list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_GNU_SOURCE)