diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-11-21 17:16:30 -0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-11-21 17:16:30 -0800 |
| commit | fb26fc519240e34960e97eebfc95ef180215064f (patch) | |
| tree | de3e626c4f48eee4e30dfa1d59c481933ae4423c /ports/redis-plus-plus/disable-build-test.patch | |
| parent | 8d26ea0991844f27b26e710c75bb03a35723783c (diff) | |
| download | vcpkg-fb26fc519240e34960e97eebfc95ef180215064f.tar.gz vcpkg-fb26fc519240e34960e97eebfc95ef180215064f.zip | |
[redis-plus-plus] Add new port (#8846)
Diffstat (limited to 'ports/redis-plus-plus/disable-build-test.patch')
| -rw-r--r-- | ports/redis-plus-plus/disable-build-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/redis-plus-plus/disable-build-test.patch b/ports/redis-plus-plus/disable-build-test.patch new file mode 100644 index 000000000..a180250e1 --- /dev/null +++ b/ports/redis-plus-plus/disable-build-test.patch @@ -0,0 +1,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}
|
