You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
401 B
20 lines
401 B
8 years ago
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 336bbdbc..4b9e8c88 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -736,12 +737,12 @@ endif()
|
||
|
#
|
||
|
# Auxiliary build and test utils.
|
||
|
#
|
||
|
-add_subdirectory(utils)
|
||
|
+#add_subdirectory(utils)
|
||
|
|
||
|
#
|
||
|
# Auxiliary tools.
|
||
|
#
|
||
|
-add_subdirectory(tools)
|
||
|
+#add_subdirectory(tools)
|
||
|
|
||
|
#
|
||
|
# Test and runtime targets. Note that enable_testing() is order-sensitive!
|