mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Utilities: add lost openssl dependency
This commit is contained in:
committed by
Brad King
parent
26cdd956ac
commit
31bb76eafd
@@ -121,6 +121,13 @@ if(NOT CMake_TEST_EXTERNAL_CMAKE)
|
||||
string(APPEND DEPS_BUNDLED " ${util}")
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
# OpenSSL is not included in the UTILITIES list,
|
||||
# but it is a system dependency, if used
|
||||
if(CMAKE_USE_OPENSSL)
|
||||
string(APPEND DEPS_SYSTEM " OPENSSL")
|
||||
endif()
|
||||
|
||||
if(DEPS_SYSTEM)
|
||||
message(STATUS "Using system-installed:${DEPS_SYSTEM}")
|
||||
endif()
|
||||
|
||||
@@ -16,3 +16,6 @@
|
||||
#cmakedefine CMAKE_USE_SYSTEM_LIBRHASH
|
||||
#cmakedefine CMAKE_USE_SYSTEM_LIBUV
|
||||
#cmakedefine CMAKE_USE_SYSTEM_ZSTD
|
||||
|
||||
/* Whether CMake is using OpenSSL library. */
|
||||
#cmakedefine CMAKE_USE_OPENSSL
|
||||
|
||||
Reference in New Issue
Block a user