Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: disable gflags support in rocksdb
to silence the warnings like CMake Warning at CMakeLists.txt:73 (find_package): By not providing "Findgflags.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "gflags", but CMake did not find one. Could not find a package configuration file provided by "gflags" with any of the following names: gflagsConfig.cmake gflags-config.cmake Add the installation prefix of "gflags" to CMAKE_PREFIX_PATH or set "gflags_DIR" to a directory containing one of the above files. If "gflags" provides a separate development package or SDK, be sure it has been installed. Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information