File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ FetchContent_Declare(
88 xxhash
99 GIT_REPOSITORY https://github.com/Cyan4973/xxHash.git
1010 GIT_TAG 35b0373c697b5f160d3db26b1cbb45a0d5ba788c # v0.8.1
11- CONFIGURE_COMMAND ""
12- BUILD_COMMAND ""
1311)
1412FetchContent_GetProperties(xxhash)
1513if (NOT xxhash_POPULATED)
@@ -25,8 +23,6 @@ FetchContent_Declare(
2523 zstd
2624 GIT_REPOSITORY https://github.com/facebook/zstd.git
2725 GIT_TAG 63779c798237346c2b245c546c40b72a5a5913fe # v1.5.5
28- CONFIGURE_COMMAND ""
29- BUILD_COMMAND ""
3026)
3127FetchContent_GetProperties(zstd)
3228if (NOT zstd_POPULATED)
@@ -51,8 +47,6 @@ FetchContent_Declare(
5147 libdeflate
5248 GIT_REPOSITORY https://github.com/ebiggers/libdeflate.git
5349 GIT_TAG 495fee110ebb48a5eb63b75fd67e42b2955871e2 # v1.18
54- CONFIGURE_COMMAND ""
55- BUILD_COMMAND ""
5650)
5751FetchContent_GetProperties(libdeflate)
5852if (NOT libdeflate_POPULATED)
@@ -85,8 +79,6 @@ FetchContent_Declare(
8579 fmt
8680 GIT_REPOSITORY https://github.com/fmtlib/fmt.git
8781 GIT_TAG a33701196adfad74917046096bf5a2aa0ab0bb50 # 9.1.0
88- CONFIGURE_COMMAND ""
89- BUILD_COMMAND ""
9082)
9183FetchContent_GetProperties(fmt)
9284if (NOT fmt_POPULATED)
@@ -101,8 +93,6 @@ FetchContent_Declare(
10193 fmtlog
10294 GIT_REPOSITORY https://github.com/MengRao/fmtlog.git
10395 GIT_TAG 5aea0764c820358ec1a842cd34cb6d494f65cfa1 # 2.2.1
104- CONFIGURE_COMMAND ""
105- BUILD_COMMAND ""
10696)
10797FetchContent_GetProperties(fmtlog)
10898if (NOT fmtlog_POPULATED)
You can’t perform that action at this time.
0 commit comments