aboutsummaryrefslogtreecommitdiffstats
path: root/community/wlcs/gtest.patch
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2021-07-15 00:16:48 +0200
committerLeo <thinkabit.ukim@gmail.com>2021-07-14 22:34:56 +0000
commite10d725197ba8c1c187080883e451a50569a65d1 (patch)
tree8a9805aeed2916644aa56b1461eb8459ef027a74 /community/wlcs/gtest.patch
parent038046f6580b14ce5862463fc05a0db9ba01c43f (diff)
community/wlcs: upgrade to 1.3.0
Diffstat (limited to 'community/wlcs/gtest.patch')
-rw-r--r--community/wlcs/gtest.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/wlcs/gtest.patch b/community/wlcs/gtest.patch
deleted file mode 100644
index 6d40e7add9d..00000000000
--- a/community/wlcs/gtest.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://github.com/MirServer/wlcs/pull/193
-
-diff --git a/cmake/FindGtestGmock.cmake b/cmake/FindGtestGmock.cmake
-index 230d988..34c514a 100644
---- a/cmake/FindGtestGmock.cmake
-+++ b/cmake/FindGtestGmock.cmake
-@@ -63,6 +63,9 @@ if (EXISTS ${GMOCK_SOURCE})
- else()
- # Assume gmock is no longer source, we'll find out soon enough if that's wrong
- add_custom_target(GMock)
-+ if (NOT DEFINED GTEST_LIBRARY)
-+ set(GTEST_LIBRARY ${GTEST_LIBRARIES})
-+ endif()
- string(REPLACE gtest gmock GMOCK_LIBRARY ${GTEST_LIBRARY})
- endif()
-