cmaek: remove gflags and glog

This commit is contained in:
Mizux Seiha
2020-11-20 17:25:11 +01:00
parent 40dc9ca87f
commit b1991e0687

View File

@@ -154,14 +154,6 @@ CMAKE_DEPENDENT_OPTION(BUILD_absl "Build the abseil-cpp dependency Library" OFF
"NOT BUILD_DEPS" ON)
message(STATUS "Build abseil-cpp: ${BUILD_absl}")
CMAKE_DEPENDENT_OPTION(BUILD_gflags "Build the gflags dependency Library" OFF
"NOT BUILD_DEPS" ON)
message(STATUS "Build gflags: ${BUILD_gflags}")
CMAKE_DEPENDENT_OPTION(BUILD_glog "Build the glog dependency Library" OFF
"NOT BUILD_DEPS" ON)
message(STATUS "Build glog: ${BUILD_glog}")
CMAKE_DEPENDENT_OPTION(BUILD_Protobuf "Build the Protobuf dependency Library" OFF
"NOT BUILD_DEPS" ON)
message(STATUS "Build protobuf: ${BUILD_Protobuf}")