Austin Schuh | 40c1652 | 2018-10-28 20:27:54 -0700 | [diff] [blame] | 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 compatible" OFF) | ||||
7 | mark_as_advanced(protobuf_MODULE_COMPATIBLE) |