summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84420a6e..064b4ee0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,7 +55,6 @@ option( WITH_QUANTA_CVSSERVICE "Build quanta with cvs service support"
option( BUILD_ALL "Build all" ON )
option( BUILD_QUANTA "Build quanta" ${BUILD_ALL} )
-option( BUILD_KXSLDBG "Build kxsldbg" ${BUILD_ALL} )
option( BUILD_KOMMANDER "Build Kommander" ${BUILD_ALL} )
option( BUILD_KLINKSTATUS "Build klinkstatus" ${BUILD_ALL} )
option( BUILD_KIMAGEMAPEDITOR "Build kimagemapeditor" ${BUILD_ALL} )
@@ -64,7 +63,6 @@ option( BUILD_DOC "Build documentation" ${BUILD_ALL} )
##### user defined options
-set( XSLDBG_BIN "xsldbg" CACHE STRING "Name of the xsldbg executable" )
set( KMDR_EXECUTOR_PATH "${CMAKE_INSTALL_PREFIX}/bin/kmdr-executor" CACHE STRING "Path for the kmdr-executor executable" )
@@ -86,7 +84,6 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
tde_conditional_add_subdirectory( BUILD_QUANTA lib )
tde_conditional_add_subdirectory( BUILD_QUANTA quanta )
-tde_conditional_add_subdirectory( BUILD_KXSLDBG kxsldbg )
tde_conditional_add_subdirectory( BUILD_KOMMANDER kommander )
tde_conditional_add_subdirectory( BUILD_KLINKSTATUS klinkstatus )
tde_conditional_add_subdirectory( BUILD_KIMAGEMAPEDITOR kimagemapeditor )