From ef543946ca240c213fb3d83b6c711ed938ff7e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 4 Nov 2019 15:30:20 +0100 Subject: [PATCH] Remove the CMake option BUILD_EXTRA_THEME because extra themes are not included in the r14.0.x branch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeLists.txt | 2 -- 1 file changed, 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