Created
September 16, 2014 01:24
-
-
Save muesli/86aa0f78867a066a7df3 to your computer and use it in GitHub Desktop.
Disable testing in lucene++ 3.0.6
This file contains hidden or 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 -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