Quellcode durchsuchen

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.
Konstantin Podsvirov vor 8 Jahren
Ursprung
Commit
750cda35e6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      cmake/libprotoc.cmake

+ 1 - 1
cmake/libprotoc.cmake

@@ -94,7 +94,7 @@ set(libprotoc_files
   ${protobuf_source_dir}/src/google/protobuf/compiler/zip_writer.cc
   ${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/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/struct.js
   ${protobuf_source_dir}/src/google/protobuf/compiler/js/well_known_types/timestamp.js
   ${protobuf_source_dir}/src/google/protobuf/compiler/js/well_known_types/timestamp.js