cmaek: remove gflags and glog
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user