aboutsummaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-23 08:47:18 +0000
committersaturneric <[email protected]>2024-01-23 08:47:18 +0000
commitb47e784004c2d429ea28b64082c3ad31ef57aa98 (patch)
tree26f261b2f8222ade2499066e6ce6f8463eed238b /third_party
parentfeat: support dark mode on windows (diff)
downloadGpgFrontend-b47e784004c2d429ea28b64082c3ad31ef57aa98.tar.gz
GpgFrontend-b47e784004c2d429ea28b64082c3ad31ef57aa98.zip
fix: mimalloc is not yet stable on windows
Diffstat (limited to 'third_party')
-rw-r--r--third_party/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
index dbee3026..1ab18df8 100644
--- a/third_party/CMakeLists.txt
+++ b/third_party/CMakeLists.txt
@@ -39,7 +39,5 @@ if(NOT APPLE)
add_subdirectory(mimalloc EXCLUDE_FROM_ALL)
endif()
-
-
set(INSTALL_GTEST OFF)
add_subdirectory(googletest EXCLUDE_FROM_ALL) \ No newline at end of file