DYT/Tool/OpenSceneGraph-3.6.5/share/protobuf/protobuf-options.cmake

8 lines
281 B
CMake
Raw Permalink Normal View History

2024-12-24 23:49:36 +00:00
# Verbose output
option(protobuf_VERBOSE "Enable for verbose output" OFF)
mark_as_advanced(protobuf_VERBOSE)
# FindProtobuf module compatible
option(protobuf_MODULE_COMPATIBLE "CMake built-in FindProtobuf.cmake module compatible" OFF)
mark_as_advanced(protobuf_MODULE_COMPATIBLE)