Merge topic 'FindOpenSSL-cross-compiling'

1b614e0 FindOpenSSL: Fix spelling of CMAKE_CROSSCOMPILING (#14075)
This commit is contained in:
Brad King 2013-05-16 14:36:23 -04:00 committed by CMake Topic Stage
commit 5386aaecd4
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ if(WIN32 AND NOT CYGWIN)
# same player, for MingW
set(LIB_EAY_NAMES libeay32)
set(SSL_EAY_NAMES ssleay32)
if(CMAKE_CROSS_COMPILING)
if(CMAKE_CROSSCOMPILING)
list(APPEND LIB_EAY_NAMES crypto)
list(APPEND SSL_EAY_NAMES ssl)
endif()