Last active
August 29, 2015 14:06
-
-
Save muesli/f831d1ab0e524263d3ee to your computer and use it in GitHub Desktop.
Disable testing in lucene++
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/CMakeLists.txt b/CMakeLists.txt | |
index 96183e3..52d5219 100644 | |
--- a/CMakeLists.txt | |
+++ b/CMakeLists.txt | |
@@ -113,12 +113,12 @@ include_directories( | |
"${CMAKE_CURRENT_BINARY_DIR}/include" | |
) | |
-enable_testing() | |
+#enable_testing() | |
add_subdirectory(src/core) | |
add_subdirectory(src/contrib) | |
add_subdirectory(src/demo) | |
-add_subdirectory(src/test) | |
+#add_subdirectory(src/test) | |
################################# | |
# install pkg-config file | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment