From 464eb7ba4ac19184d4e82ffef518bfaa21ac0af3 Mon Sep 17 00:00:00 2001 From: SachinVin Date: Sun, 27 Feb 2022 13:05:22 +0530 Subject: [PATCH] fixup Cmake build --- CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f161653..b862a07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -339,18 +339,8 @@ set(LIBTLS_LIBS tls ${PLATFORM_LIBS}) add_subdirectory(crypto) add_subdirectory(ssl) -if(LIBRESSL_APPS) - add_subdirectory(apps) -endif() add_subdirectory(tls) add_subdirectory(include) -if(NOT MSVC) - add_subdirectory(man) -endif() -# Tests require the openssl executable and are unavailable when building shared libraries -if(LIBRESSL_APPS AND LIBRESSL_TESTS) - add_subdirectory(tests) -endif() if(NOT MSVC) # Create pkgconfig files.