aboutsummaryrefslogtreecommitdiffstats
path: root/community/libphonenumber/cmake-duplicate-rule-definition.patch
blob: 18d8175e10f20110387453e8b0988d2110047d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Work around a deficiency in cmake's build rule generation.
Upstream: not yet

--- libphonenumber-8.12.20.orig/cpp/CMakeLists.txt
+++ libphonenumber-8.12.20/cpp/CMakeLists.txt
@@ -351,7 +351,7 @@
   ${TEST_METADATA_TARGET}
   "${RESOURCES_DIR}/PhoneNumberMetadataForTesting.xml"
   "test_metadata"
-  "metadata"
+  "test_metadata"
 )
 list (APPEND TESTING_LIBRARY_SOURCES "src/phonenumbers/test_metadata.cc")