Skip to content

Commit

Permalink
fix: Delete unnecessary CMake files (#261)
Browse files Browse the repository at this point in the history
* Delete unnecessary CMake files.

* remove folly
  • Loading branch information
dingxiaoshuai123 authored Apr 7, 2024
1 parent bf068f8 commit b829e45
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 492 deletions.
15 changes: 0 additions & 15 deletions cmake/boost.cmake

This file was deleted.

16 changes: 0 additions & 16 deletions cmake/double-conversion.cmake

This file was deleted.

14 changes: 6 additions & 8 deletions cmake/fmt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.

include_guard()
INCLUDE_GUARD()

include(cmake/utils.cmake)
FetchContent_Declare(fmt
URL https://github.com/fmtlib/fmt/archive/10.1.1.zip
URL_HASH SHA256=3c2e73019178ad72b0614a3124f25de454b9ca3a1afe81d5447b8d3cbdb6d322
)

FetchContent_DeclareGitHubWithMirror(fmt
fmtlib/fmt 10.1.1
SHA256=3c2e73019178ad72b0614a3124f25de454b9ca3a1afe81d5447b8d3cbdb6d322
)

FetchContent_MakeAvailableWithArgs(fmt)
FetchContent_MakeAvailable(fmt)
41 changes: 0 additions & 41 deletions cmake/folly.cmake

This file was deleted.

10 changes: 4 additions & 6 deletions cmake/gflags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.

include_guard()
INCLUDE_GUARD()

include(cmake/utils.cmake)

FetchContent_DeclareGitHubWithMirror(gflags
gflags/gflags v2.2.2
SHA256=19713a36c9f32b33df59d1c79b4958434cb005b5b47dc5400a7a4b078111d9b5
FetchContent_Declare(gflags
URL https://github.com/gflags/gflags/archive/v2.2.2.zip
URL_HASH SHA256=19713a36c9f32b33df59d1c79b4958434cb005b5b47dc5400a7a4b078111d9b5
)

FetchContent_MakeAvailableWithArgs(gflags
Expand Down
22 changes: 0 additions & 22 deletions cmake/glog.cmake

This file was deleted.

11 changes: 0 additions & 11 deletions cmake/modules/glog/FindUnwind.cmake

This file was deleted.

10 changes: 0 additions & 10 deletions cmake/modules/glog/Findgflags.cmake

This file was deleted.

10 changes: 0 additions & 10 deletions cmake/modules/spdlog/fmtConfig.cmake

This file was deleted.

27 changes: 0 additions & 27 deletions cmake/patches/folly_coroutine.patch

This file was deleted.

Loading

0 comments on commit b829e45

Please sign in to comment.