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()