summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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 3f47fac..b8ce5bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,6 +36,8 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+enable_testing()
+
##### setup install paths #######################
@@ -49,9 +51,9 @@ option( WITH_ALL_OPTIONS "Enable all sane optional stuff" OFF )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
option( WITH_ARTS "Enable aRts support" ${WITH_ALL_OPTIONS} )
option( WITH_SDL "Enable SDL support" ${WITH_ALL_OPTIONS} )
+option( WITH_SSL "Enable SSL support (build cert tdefile-plugin)" ON )
option( WITH_BERKELEY_DB "Enable Berkeley DB support" ${WITH_ALL_OPTIONS} )
option( WITH_XMMS "Enable xmms support" OFF )
-option( WITH_TEST "Build tests" OFF )
##### options comments ##########################
@@ -61,8 +63,9 @@ option( WITH_TEST "Build tests" OFF )
# with xmms
# WITH_ARTS affects konq-plugins/sidebar/mediaplayer, noatun plugins
# WITH_SDL affects noatun plugins
+# WITH_SSL affects tdefile-plugins
+# WITH_SSL requires tdelibs build WITH_SSL=ON
# WITH_BERKELEY_DB affects noatun plugins
-# WITH_TEST affects konq-plugins/fsview
# NOTE: WITH_XMMS supports only obsolte xmms version 1
@@ -99,9 +102,6 @@ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TQT_CXX_FLAGS}" )
set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined" )
set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" )
-if( WITH_TEST )
- enable_testing()
-endif( WITH_TEST )
##### tdeaddons directories #####################