From d75423ec71fa4163474db539b968c986db1f381c Mon Sep 17 00:00:00 2001 From: liushuyu Date: Tue, 27 Oct 2020 01:00:36 -0600 Subject: [PATCH] cmake: remove redundant definitions --- CMakeLists.txt | 10 ---------- README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 600f70f..dda193e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -335,18 +335,8 @@ set(OPENSSL_LIBS tls ssl crypto ${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. diff --git a/README.md b/README.md index 833f0d4..7e13082 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +Built from https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.2.tar.gz + +Modifications: +- Removed tests/mandocs/pkgconfig/scripts/apps/cmake_uninstall from both filesystem and CMakeLists.txt +- Removed m4 configuration files + make build scripts + +=== + ![LibreSSL image](https://www.libressl.org/images/libressl.jpg) ## Official portable version of [LibreSSL](https://www.libressl.org) ##