From 0c711ee4b4ff70c1b03c9966c8f6b030bbc658cb Mon Sep 17 00:00:00 2001 From: Yves Le Maout Date: Tue, 13 Jun 2017 09:49:07 -0400 Subject: [PATCH] Don't compile demo --- tools/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 831fed0315..353f93057f 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -12,5 +12,4 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/../lib/UserInterface/textinput add_subdirectory(driver) add_subdirectory(Jupyter) add_subdirectory(libcling) - add_subdirectory(demo) endif()