forked from apache/incubator-pegasus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(build): Improve the project CMake (apache#1687)
This patch includes these changes: - Move `cmake_minimum_required` to the top of CMakeLists.txt files. - Do not pass useless cmake options when build thirdparties. - Generate a make parallel option to speed up building thirdparty libraries. - Add `DOWNLOAD_EXTRACT_TIMESTAMP` and `DOWNLOAD_NO_PROGRESS` when build thirdparties (See https://cmake.org/cmake/help/latest/module/ExternalProject.html). - Remove the useless `gflags` thirdparty library. - Add a patch from offcial repository to build `rocksdb`, so it's possible to build thirdparty directly in `thirdparty` diretory.
- Loading branch information
Showing
6 changed files
with
162 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.