Skip to content

Instantly share code, notes, and snippets.

@muesli
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muesli/f831d1ab0e524263d3ee to your computer and use it in GitHub Desktop.
Save muesli/f831d1ab0e524263d3ee to your computer and use it in GitHub Desktop.
Disable testing in lucene++
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