summaryrefslogtreecommitdiff
path: root/windows_msvc-x86_64/cmake/protobuf-options.cmake
diff options
context:
space:
mode:
authorJoshua Duong <joshuaduong@google.com>2018-08-29 13:40:10 -0700
committerJoshua Duong <joshuaduong@google.com>2018-09-24 11:09:29 -0700
commit8e2a5472dd374e6c971d30eb3d00898a8c1a25c8 (patch)
treeaa098d10f1e6d05e824b9d4f0125b3350746fe8a /windows_msvc-x86_64/cmake/protobuf-options.cmake
parenta0e5a4bd1145efc33ce19d7a0ddbd851f6e756bf (diff)
downloadprotobuf-aosp-emu-30-release.tar.gz
Built natively with Visual Studio with linking to dynamic CRT (msvcrt.lib). Change-Id: I08a6610e330f4180ac0263c28bd4445280171e18
Diffstat (limited to 'windows_msvc-x86_64/cmake/protobuf-options.cmake')
-rw-r--r--windows_msvc-x86_64/cmake/protobuf-options.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/windows_msvc-x86_64/cmake/protobuf-options.cmake b/windows_msvc-x86_64/cmake/protobuf-options.cmake
new file mode 100644
index 0000000..99c85eb
--- /dev/null
+++ b/windows_msvc-x86_64/cmake/protobuf-options.cmake
@@ -0,0 +1,7 @@
+# Verbose output
+option(protobuf_VERBOSE "Enable for verbose output" OFF)
+mark_as_advanced(protobuf_VERBOSE)
+
+# FindProtobuf module compatibel
+option(protobuf_MODULE_COMPATIBLE "CMake build-in FindProtobuf.cmake module compatible" OFF)
+mark_as_advanced(protobuf_MODULE_COMPATIBLE)