aboutsummaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-30 15:49:49 +0000
committersaturneric <[email protected]>2024-07-30 15:49:49 +0000
commit0b8da5767ec709f5ea1e1e1fc502715ab6280aa2 (patch)
tree35de8fffd1525f0adff8794cf07e5ee1e7a7628c /third_party
parentfix: should add find package GTest (diff)
downloadGpgFrontend-0b8da5767ec709f5ea1e1e1fc502715ab6280aa2.tar.gz
GpgFrontend-0b8da5767ec709f5ea1e1e1fc502715ab6280aa2.zip
fix: remove googletest, libarchive and mimalloc source code from repo
Diffstat (limited to 'third_party')
-rw-r--r--third_party/CMakeLists.txt7
m---------third_party/googletest0
m---------third_party/libarchive0
m---------third_party/mimalloc0
4 files changed, 0 insertions, 7 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
index d5dd9230..8c57bf93 100644
--- a/third_party/CMakeLists.txt
+++ b/third_party/CMakeLists.txt
@@ -22,10 +22,3 @@
# Saturneric <[email protected]> starting on May 12, 2021.
#
# SPDX-License-Identifier: GPL-3.0-or-later
-
-# ASAN checking
-if(ENABLE_ASAN AND NOT APPLE AND ${CMAKE_BUILD_TYPE} STREQUAL "Debug")
- # set(MI_TRACK_VALGRIND ON)
- set(MI_TRACK_ASAN ON)
- add_subdirectory(mimalloc EXCLUDE_FROM_ALL)
-endif() \ No newline at end of file
diff --git a/third_party/googletest b/third_party/googletest
deleted file mode 160000
-Subproject e39786088138f2749d64e9e90e0f9902daa77c4
diff --git a/third_party/libarchive b/third_party/libarchive
deleted file mode 160000
-Subproject 60f086b37fc40952530d385e9f7a05ebec3dd9a
diff --git a/third_party/mimalloc b/third_party/mimalloc
deleted file mode 160000
-Subproject 8c532c32c3c96e5ba1f2283e032f69ead8add00