Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if(DEFINED XP_NAMESPACE)
FIND_THREADS PVT_DEPS nasm yasm
WEB "http://www.openssl.org/" UPSTREAM "github.com/openssl/openssl"
DESC "Cryptography and SSL/TLS Toolkit"
LICENSE "[BSD-style](http://www.openssl.org/source/license.html 'dual OpenSSL and SSLeay License: both are BSD-style licenses')"
LICENSE "[OpenSSL AND SSLeay](http://www.openssl.org/source/license.html 'dual OpenSSL and SSLeay License: both apply')"
)
set(nameSpace NAMESPACE ${XP_NAMESPACE}::)
endif()
Expand Down
Loading