From 285c73e966443e619770ac49bfdde95c33798ece Mon Sep 17 00:00:00 2001 From: andrey Date: Fri, 6 Nov 2020 17:55:34 +0300 Subject: [PATCH] esp --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22cb279c..4ae1c13e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -439,8 +439,8 @@ if (NOT CROSSTOOLS) endif() else() - pip_module(crypt "sodium" "PIP crypt support" "" "") - pip_module(compress "zlib" "PIP compression support" "" "") + pip_module(crypt "" "PIP crypt support" "" "") + pip_module(compress "" "PIP compression support" "" "") pip_module(io_utils "pip_crypt" "PIP I/O support" "" " (+crypt)") endif() endif()