aboutsummaryrefslogtreecommitdiff
path: root/ports/redis-plus-plus/disable-build-test.patch
blob: a180250e1abfe970adec127f3d7c4867ac109ece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb160b5..6235d89 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ set_target_properties(${SHARED_LIB} PROPERTIES OUTPUT_NAME ${PROJECT_NAME})
 set_target_properties(${STATIC_LIB} PROPERTIES CLEAN_DIRECT_OUTPUT 1)
 set_target_properties(${SHARED_LIB} PROPERTIES CLEAN_DIRECT_OUTPUT 1)
 
-add_subdirectory(test)
+#add_subdirectory(test)
 
 # Install static lib.
 install(TARGETS ${STATIC_LIB}