Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions cslol-tools/dep/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ FetchContent_Declare(
xxhash
GIT_REPOSITORY https://github.com/Cyan4973/xxHash.git
GIT_TAG 35b0373c697b5f160d3db26b1cbb45a0d5ba788c # v0.8.1
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
)
FetchContent_GetProperties(xxhash)
if(NOT xxhash_POPULATED)
Expand All @@ -25,8 +23,6 @@ FetchContent_Declare(
zstd
GIT_REPOSITORY https://github.com/facebook/zstd.git
GIT_TAG 63779c798237346c2b245c546c40b72a5a5913fe # v1.5.5
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
)
FetchContent_GetProperties(zstd)
if(NOT zstd_POPULATED)
Expand All @@ -51,8 +47,6 @@ FetchContent_Declare(
libdeflate
GIT_REPOSITORY https://github.com/ebiggers/libdeflate.git
GIT_TAG 495fee110ebb48a5eb63b75fd67e42b2955871e2 # v1.18
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
)
FetchContent_GetProperties(libdeflate)
if(NOT libdeflate_POPULATED)
Expand All @@ -71,7 +65,7 @@ endif()
FetchContent_Declare(
miniz
GIT_REPOSITORY https://github.com/richgel999/miniz.git
GIT_TAG d9d197c92606da7be59cee2be2fbc6830b73c480 # 3.0.2
GIT_TAG 174573d60290f447c13a2b1b3405de2b96e27d6c # 3.1.0
)
FetchContent_GetProperties(miniz)
if(NOT miniz_POPULATED)
Expand All @@ -85,8 +79,6 @@ FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG a33701196adfad74917046096bf5a2aa0ab0bb50 # 9.1.0
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
)
FetchContent_GetProperties(fmt)
if(NOT fmt_POPULATED)
Expand All @@ -101,8 +93,6 @@ FetchContent_Declare(
fmtlog
GIT_REPOSITORY https://github.com/MengRao/fmtlog.git
GIT_TAG 5aea0764c820358ec1a842cd34cb6d494f65cfa1 # 2.2.1
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
)
FetchContent_GetProperties(fmtlog)
if(NOT fmtlog_POPULATED)
Expand Down