diff options
author | saturneric <[email protected]> | 2024-01-23 08:47:18 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-23 08:47:18 +0000 |
commit | b47e784004c2d429ea28b64082c3ad31ef57aa98 (patch) | |
tree | 26f261b2f8222ade2499066e6ce6f8463eed238b /third_party | |
parent | feat: support dark mode on windows (diff) | |
download | GpgFrontend-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.txt | 2 |
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 |