diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 8d0d48d4..952dafb8 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -529,9 +529,3 @@ set(_PROCESS_EXPLORER_DIR ${CMAKE_SOURCE_DIR}/../apps/process_explorer) if(EXISTS ${_PROCESS_EXPLORER_DIR}/CMakeLists.txt) add_subdirectory(${_PROCESS_EXPLORER_DIR} ${CMAKE_BINARY_DIR}/apps/process_explorer) endif() - -# --- kanban_cpp (lives in apps/, issue 0096) --- -set(_KANBAN_CPP_DIR ${CMAKE_SOURCE_DIR}/../apps/kanban_cpp) -if(EXISTS ${_KANBAN_CPP_DIR}/CMakeLists.txt) - add_subdirectory(${_KANBAN_CPP_DIR} ${CMAKE_BINARY_DIR}/apps/kanban_cpp) -endif()