blob: b42e0bc255d75efaea0dcfccb7b75288312f49eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d046251cc..d8201bf6a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,8 +44,6 @@ if (Boost_FOUND)
endif (Boost_FOUND)
add_subdirectory(ql)
-add_subdirectory(Examples)
-add_subdirectory(test-suite)
#
# Copy across the ANSI config file into the build directory. Users
|