feat remove protoc

This commit is contained in:
tqcq 2024-05-31 12:36:21 +08:00
parent 09dfc35e79
commit 778d24b8de

View File

@ -18,7 +18,7 @@ option(SLED_BUILD_TESTS "Build tests" OFF)
option(SLED_BUILD_FUZZ "Build fuzzer test" OFF)
option(SLED_LOCATION_PATH "" "sled/src/sled/system/location.cc")
option(SLED_BUILD_PROTOC_PLUGIN "Build protoc plugin" OFF)
option(SLED_WITH_PROTOBUF "With Protobuf" ON)
option(SLED_WITH_PROTOBUF "With Protobuf" OFF)
set(BUILD_STATIC ON)
set(BUILD_RTTR_DYNAMIC OFF)