diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b72f41..bf5e256 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,17 +30,13 @@ include( CheckSymbolExists ) include( TDEMacros ) -##### setup install paths ####################### - -include( TDESetupPaths ) -tde_setup_paths( ) ##### optional stuff option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) -option( BUILD_APIDOX "Build documentation for developers" ${WITH_ALL_OPTIONS} ) +option( BUILD_APIDOX "Build documentation for developers" OFF ) ##### configure checks ########################## @@ -80,7 +76,7 @@ add_definitions( ##### build apidox ######################## if( BUILD_APIDOX ) - tde_add_project_apidocs() + tde_add_project_apidocs( src/ ) endif() ##### source directories ######################## |