diff options
author | saturneric <[email protected]> | 2024-07-26 16:24:34 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-26 16:24:34 +0000 |
commit | 37a62a8d0b590710b902376ca3320cc05e954b63 (patch) | |
tree | 349ecff21e5cf53d8eedbae7886404417ecdad05 /third_party | |
parent | fix: correct urls at appdata.xml (diff) | |
download | GpgFrontend-37a62a8d0b590710b902376ca3320cc05e954b63.tar.gz GpgFrontend-37a62a8d0b590710b902376ca3320cc05e954b63.zip |
feat: remove spdlog and clean up log
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 8752a291..3c0b07ab 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -27,8 +27,6 @@ # json set(JSON_BuildTests OFF CACHE INTERNAL "") -add_subdirectory(spdlog EXCLUDE_FROM_ALL) - if (MINGW) add_subdirectory(libarchive EXCLUDE_FROM_ALL) endif() diff --git a/third_party/spdlog b/third_party/spdlog deleted file mode 160000 -Subproject eb3220622e73a4889eee355ffa37972b3cac3df |