diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ae3defec7..b3dd13abdb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")