fixup Cmake build
This commit is contained in:
parent
5f51486f69
commit
464eb7ba4a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user