mirror of
https://github.com/azahar-emu/ext-libressl-portable
synced 2025-11-06 23:20:09 +01:00
cmake: remove redundant definitions
This commit is contained in:
parent
d7731e8a81
commit
d75423ec71
@ -335,18 +335,8 @@ set(OPENSSL_LIBS tls ssl crypto ${PLATFORM_LIBS})
|
|||||||
|
|
||||||
add_subdirectory(crypto)
|
add_subdirectory(crypto)
|
||||||
add_subdirectory(ssl)
|
add_subdirectory(ssl)
|
||||||
if(LIBRESSL_APPS)
|
|
||||||
add_subdirectory(apps)
|
|
||||||
endif()
|
|
||||||
add_subdirectory(tls)
|
add_subdirectory(tls)
|
||||||
add_subdirectory(include)
|
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)
|
if(NOT MSVC)
|
||||||
# Create pkgconfig files.
|
# Create pkgconfig files.
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
===
|
||||||
|
|
||||||

|

|
||||||
## Official portable version of [LibreSSL](https://www.libressl.org) ##
|
## Official portable version of [LibreSSL](https://www.libressl.org) ##
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user