diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-11-04 15:30:20 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-11-04 15:30:20 +0100 |
commit | ef543946ca240c213fb3d83b6c711ed938ff7e74 (patch) | |
tree | 12707d17ee77f225f9b203083f99dc305c2bb9b1 | |
parent | a5293a4305b4cefdbd8827a3248915f08c958918 (diff) | |
download | knights-ef543946ca240c213fb3d83b6c711ed938ff7e74.tar.gz knights-ef543946ca240c213fb3d83b6c711ed938ff7e74.zip |
Remove the CMake option BUILD_EXTRA_THEME
because extra themes are not included in the r14.0.x branch.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 724892f..61736ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,6 @@ option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" option( BUILD_ALL "Build all" ON ) option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) -option( BUILD_EXTRA_THEME "Build extra-theme" ${BUILD_ALL} ) ##### configure checks @@ -73,7 +72,6 @@ add_subdirectory( media ) add_subdirectory( ${PROJECT_NAME} ) tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) -tde_conditional_add_subdirectory( BUILD_EXTRA_THEME extra-theme ) ##### write configure files |