@@ -34,19 +34,19 @@ find_package(gflags REQUIRED)
34
34
35
35
### tomlplusplus (for configuration files)
36
36
FetchContent_Declare(
37
- tomlplusplus
38
- GIT_REPOSITORY https://github.com/marzer/tomlplusplus.git
39
- GIT_TAG 4b166b69f28e70a416a1a04a98f365d2aeb90de8 # v3.2.0
40
- GIT_PROGRESS TRUE
37
+ tomlplusplus
38
+ GIT_REPOSITORY https://github.com/marzer/tomlplusplus.git
39
+ GIT_TAG 4b166b69f28e70a416a1a04a98f365d2aeb90de8 # v3.2.0
40
+ GIT_PROGRESS TRUE
41
41
)
42
42
FetchContent_MakeAvailable(tomlplusplus)
43
43
44
44
### glog
45
45
FetchContent_Declare(
46
- glog
47
- GIT_REPOSITORY https://github.com/google/glog.git
48
- GIT_TAG 96a2f23dca4cc7180821ca5f32e526314395d26a
49
- GIT_PROGRESS TRUE
46
+ glog
47
+ GIT_REPOSITORY https://github.com/google/glog.git
48
+ GIT_TAG 96a2f23dca4cc7180821ca5f32e526314395d26a
49
+ GIT_PROGRESS TRUE
50
50
)
51
51
FetchContent_MakeAvailable(glog)
52
52
@@ -71,10 +71,10 @@ FetchContent_MakeAvailable(googletest)
71
71
72
72
### rocksdb
73
73
FetchContent_Declare(
74
- rocksdb
75
- GIT_REPOSITORY https://github.com/facebook/rocksdb.git
76
- GIT_TAG f32521662acf3352397d438b732144c7813bbbec # v8.5.3
77
- GIT_PROGRESS TRUE
74
+ rocksdb
75
+ GIT_REPOSITORY https://github.com/facebook/rocksdb.git
76
+ GIT_TAG f32521662acf3352397d438b732144c7813bbbec # v8.5.3
77
+ GIT_PROGRESS TRUE
78
78
)
79
79
FetchContent_Populate(rocksdb)
80
80
add_custom_target (librocksdb ALL
@@ -90,10 +90,10 @@ include_directories(SYSTEM "${rocksdb_SOURCE_DIR}/include")
90
90
### folly
91
91
### use folly as a header only library. some features won't be supported.
92
92
FetchContent_Declare(
93
- folly
94
- GIT_REPOSITORY https://github.com/JakeHillion/folly.git
95
- GIT_TAG 8db54418e3ccdd97619ac8b69bb3702f82bb0f66
96
- GIT_PROGRESS TRUE
93
+ folly
94
+ GIT_REPOSITORY https://github.com/JakeHillion/folly.git
95
+ GIT_TAG 8db54418e3ccdd97619ac8b69bb3702f82bb0f66
96
+ GIT_PROGRESS TRUE
97
97
)
98
98
FetchContent_Populate(folly)
99
99
0 commit comments