aboutsummaryrefslogtreecommitdiff
path: root/cmake/libprotoc.cmake
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2017-02-11 05:57:41 +0300
committerPaul Yang <TeBoring@users.noreply.github.com>2017-03-15 14:16:49 -0700
commit97cbc42621cc177bf84967f47cd9fc1a5d88dadd (patch)
treef2437b9c1a0c3619e7e1332a5afb4397f8a40aa0 /cmake/libprotoc.cmake
parentf23869c6154d8b083ee3417fac277bc25e13a4ac (diff)
downloadprotobuf-97cbc42621cc177bf84967f47cd9fc1a5d88dadd.tar.gz
protobuf-97cbc42621cc177bf84967f47cd9fc1a5d88dadd.tar.bz2
protobuf-97cbc42621cc177bf84967f47cd9fc1a5d88dadd.zip
Fix libprotoc.cmake to generate well_known_types_embed.cc
Unfortunate typo. Just one extra ',' symbol, has led to the hidden implicit behavior. Now everything will be fine.
Diffstat (limited to 'cmake/libprotoc.cmake')
-rw-r--r--cmake/libprotoc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/libprotoc.cmake b/cmake/libprotoc.cmake
index 215abcd8..29b32538 100644
--- a/cmake/libprotoc.cmake
+++ b/cmake/libprotoc.cmake
@@ -94,7 +94,7 @@ set(libprotoc_files
${protobuf_source_dir}/src/google/protobuf/compiler/zip_writer.cc
)
-set(js_well_known_types_sources,
+set(js_well_known_types_sources
${protobuf_source_dir}/src/google/protobuf/compiler/js/well_known_types/any.js
${protobuf_source_dir}/src/google/protobuf/compiler/js/well_known_types/struct.js
${protobuf_source_dir}/src/google/protobuf/compiler/js/well_known_types/timestamp.js