diff options
author | Slávek Banko <[email protected]> | 2020-03-20 15:00:22 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-20 15:00:42 +0100 |
commit | 64657785f91ed46b522314a7f6ab22a0f19da0fa (patch) | |
tree | adf43671ac4dbcfdc17ded90daa2100d99a78967 | |
parent | 4e763aa6037e03f9d40605e0c46e196be63d7431 (diff) | |
download | knetload-64657785f91ed46b522314a7f6ab22a0f19da0fa.tar.gz knetload-64657785f91ed46b522314a7f6ab22a0f19da0fa.zip |
cmake: Set WITH_ALL_OPTIONS to OFF by default to make it consistent.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 79ba3f84ef38e7f812825fc0aee45d37482dc648)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 90bf91e..5c7a0b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ tde_setup_paths( ) ##### optional stuff -option( WITH_ALL_OPTIONS "Enable all optional support" ON ) +option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) |