Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: third_party/protobuf/cmake/protobuf-options.cmake

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Verbose output
2 option(protobuf_VERBOSE "Enable for verbose output" OFF)
3 mark_as_advanced(protobuf_VERBOSE)
4
5 # FindProtobuf module compatibel
6 option(protobuf_MODULE_COMPATIBLE "CMake build-in FindProtobuf.cmake module comp atible" OFF)
7 mark_as_advanced(protobuf_MODULE_COMPATIBLE)
OLDNEW
« no previous file with comments | « third_party/protobuf/cmake/protobuf-module.cmake.in ('k') | third_party/protobuf/cmake/tests.cmake » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698