aboutsummaryrefslogtreecommitdiff
path: root/ports/utfcpp/fix-test.patch
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2021-06-11 17:59:54 +0200
committerGitHub <noreply@github.com>2021-06-11 08:59:54 -0700
commitb7644f0546ade9265d5e91d085bd93744954a303 (patch)
tree1dd64449e649b1a41d16628ace66bf925a8f52b8 /ports/utfcpp/fix-test.patch
parent6ece598d973839f78f127056493b992d9f6befd7 (diff)
downloadvcpkg-b7644f0546ade9265d5e91d085bd93744954a303.tar.gz
vcpkg-b7644f0546ade9265d5e91d085bd93744954a303.zip
[utfcpp] Update to 3.2.1 version (#18299)
* [utfcpp] Update to 3.2.1 version * [utfcpp] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Diffstat (limited to 'ports/utfcpp/fix-test.patch')
-rw-r--r--ports/utfcpp/fix-test.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/ports/utfcpp/fix-test.patch b/ports/utfcpp/fix-test.patch
deleted file mode 100644
index 43799c922..000000000
--- a/ports/utfcpp/fix-test.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 8ac1646..c081d3d 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -38,6 +38,6 @@ endif()
-
- if(UTF8_TESTS)
- enable_testing()
-- add_subdirectory(extern/gtest)
-+ find_package(GTest CONFIG REQUIRED)
- add_subdirectory(tests)
- endif()
-diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
-index 06e0d7e..4ee6dd8 100644
---- a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
-@@ -15,16 +15,16 @@ add_executable(noexceptionstests
- target_link_libraries(negative PRIVATE utf8::cpp)
- target_link_libraries(cpp11 PRIVATE
- utf8::cpp
-- gtest_main
-+ GTest::gtest_main
- )
- target_link_libraries(apitests PRIVATE
- utf8::cpp
-- gtest_main
-+ GTest::gtest_main
- )
-
- target_link_libraries(noexceptionstests PRIVATE
- utf8::cpp
-- gtest_main
-+ GTest::gtest_main
- )
- target_compile_options(noexceptionstests PUBLIC -fno-exceptions)
-