diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-03-20 15:00:22 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-03-20 15:00:22 +0100 |
commit | 79ba3f84ef38e7f812825fc0aee45d37482dc648 (patch) | |
tree | d5b662ed97e039aaad9d8f7124e1a9bbf3fbb543 | |
parent | d5987703a197c87ac529b362b8451b5aeb12523c (diff) | |
download | knetload-79ba3f84ef38e7f812825fc0aee45d37482dc648.tar.gz knetload-79ba3f84ef38e7f812825fc0aee45d37482dc648.zip |
cmake: Set WITH_ALL_OPTIONS to OFF by default to make it consistent.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 46edc76..ae97f15 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} ) |