• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Verbose output
2option(protobuf_VERBOSE "Enable for verbose output" OFF)
3mark_as_advanced(protobuf_VERBOSE)
4
5# FindProtobuf module compatibel
6option(protobuf_MODULE_COMPATIBLE "CMake build-in FindProtobuf.cmake module compatible" OFF)
7mark_as_advanced(protobuf_MODULE_COMPATIBLE)
8