summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-07-13 20:00:38 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-07-16 14:24:52 +0900
commite39ba61ccfbabebbdefc998f34358e7ec60efe06 (patch)
treed49a193fad0f7b1f77da0abdb93696aac460b51a /CMakeLists.txt
parent53d1da8b55ce7ab68d5e0033bf3efe8dae6997ee (diff)
downloadknemo-e39ba61c.tar.gz
knemo-e39ba61c.zip
Change default backend from Nettools to Sys.
Some indentation cosmetic. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit a9e1d50df4f4ce5ad1dbc74b49fc1c0f7b073a15)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f8dc058..e79e479 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,16 +41,16 @@ tde_setup_paths( )
##### optional stuff
-option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
+option( WITH_ALL_OPTIONS "Enable all optional support" OFF )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
-option( WITH_LIBIW "Enable build with libiw" ${WITH_ALL_OPTIONS} )
+option( WITH_LIBIW "Enable build with libiw" ${WITH_ALL_OPTIONS} )
##### user requested modules
-option( BUILD_ALL "Build all" ON )
-option( BUILD_DOC "Build documentation" ${BUILD_ALL} )
-option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} )
+option( BUILD_ALL "Build all" ON )
+option( BUILD_DOC "Build documentation" ${BUILD_ALL} )
+option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} )
##### configure checks