Browse Source
Fix typo in arguments to add_metadata_gen_target() (#2874)
This commit resolves an issue with duplicate generation of metadata.h.
pull/2876/head
Temi Adeoye
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
cpp/CMakeLists.txt
|
|
|
@ -394,7 +394,7 @@ add_metadata_gen_target ( |
|
|
|
${TEST_METADATA_TARGET} |
|
|
|
"${RESOURCES_DIR}/PhoneNumberMetadataForTesting.xml" |
|
|
|
"test_metadata" |
|
|
|
"metadata" |
|
|
|
"test_metadata" |
|
|
|
) |
|
|
|
list (APPEND TESTING_LIBRARY_SOURCES "src/phonenumbers/test_metadata.cc") |
|
|
|
|
|
|
|
|