1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Sebastian Ramacher <sramacher@debian.org>
Date: Sat, 3 Sep 2022 19:30:13 +0200
Subject: Do not build unused blake2 dependency
---
deps/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index 0766bdb..1e61e68 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -7,7 +7,6 @@ if(OS_WINDOWS)
add_subdirectory(lzma)
endif()
-add_subdirectory(blake2)
add_subdirectory(glad)
add_subdirectory(media-playback)
add_subdirectory(file-updater)
|