Skip to content

Instantly share code, notes, and snippets.

@muesli
Created September 16, 2014 01:24
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/86aa0f78867a066a7df3 to your computer and use it in GitHub Desktop.
Save muesli/86aa0f78867a066a7df3 to your computer and use it in GitHub Desktop.
Disable testing in lucene++ 3.0.6
diff -u -N LucenePlusPlus-rel_3.0.6/CMakeLists.txt LucenePlusPlus-rel_3.0.6.new/CMakeLists.txt
--- LucenePlusPlus-rel_3.0.6/CMakeLists.txt 2014-04-19 20:26:40.000000000 +0200
+++ LucenePlusPlus-rel_3.0.6.new/CMakeLists.txt 2014-09-16 03:23:52.000000000 +0200
@@ -114,12 +114,12 @@
)
include(CMakeExternal.txt)
-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
Common subdirectories: LucenePlusPlus-rel_3.0.6/cmake and LucenePlusPlus-rel_3.0.6.new/cmake
Common subdirectories: LucenePlusPlus-rel_3.0.6/doc and LucenePlusPlus-rel_3.0.6.new/doc
Common subdirectories: LucenePlusPlus-rel_3.0.6/doxygen and LucenePlusPlus-rel_3.0.6.new/doxygen
Common subdirectories: LucenePlusPlus-rel_3.0.6/include and LucenePlusPlus-rel_3.0.6.new/include
Common subdirectories: LucenePlusPlus-rel_3.0.6/src and LucenePlusPlus-rel_3.0.6.new/src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment