diff options
author | saturneric <[email protected]> | 2024-07-27 09:29:29 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-27 09:29:29 +0000 |
commit | 12d5852ffe277cb10ad91dde609f86d4b3eb51d6 (patch) | |
tree | 71c1a46ce00544536272174c1955ffda783b76a2 /third_party | |
parent | feat: move in GnuPGTab (diff) | |
download | Modules-12d5852ffe277cb10ad91dde609f86d4b3eb51d6.tar.gz Modules-12d5852ffe277cb10ad91dde609f86d4b3eb51d6.zip |
feat: remove dependency 'spdlog'
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/CMakeLists.txt | 2 | ||||
m--------- | third_party/spdlog | 0 |
2 files changed, 0 insertions, 2 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index db0d5da..b0dcca6 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -22,5 +22,3 @@ # Saturneric <[email protected]> starting on May 12, 2021. # # SPDX-License-Identifier: GPL-3.0-or-later - -add_subdirectory(spdlog EXCLUDE_FROM_ALL)
\ No newline at end of file diff --git a/third_party/spdlog b/third_party/spdlog deleted file mode 160000 -Subproject d276069a6e916b1e1fd45885b15b72bd8ee000a |