diff options
Diffstat (limited to 'third_party/CMakeLists.txt')
-rw-r--r-- | third_party/CMakeLists.txt | 2 |
1 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() |