Browse Source

Fix typo in FindOpenSSL.cmake

pull/4/head
Simon Richter 11 years ago
committed by Wayne Stambaugh
parent
commit
89699a193a
  1. 2
      CMakeModules/FindOpenSSL.cmake

2
CMakeModules/FindOpenSSL.cmake

@ -147,7 +147,7 @@ if(WIN32 AND NOT CYGWIN)
set(SSL_EAY_LIBRARY_DEBUG "${SSL_EAY_DEBUG}")
set(SSL_EAY_LIBRARY_RELEASE "${SSL_EAY_RELEASE}")
include({CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake)
select_library_configurations(LIB_EAY)
select_library_configurations(SSL_EAY)

Loading…
Cancel
Save