diff options
author | Brent Cook <bcook@openbsd.org> | 2018-03-18 09:53:37 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-03-18 09:53:37 -0500 |
commit | 1b84f79f4cce8ece632e8f51fae6b842dcae00d8 (patch) | |
tree | e201122f299c0e6b8a2e5bf5071833ac233b985b /CMakeLists.txt | |
parent | 57988468e69495074c9309ecddc80764d8dbf8cd (diff) | |
parent | 09590953d05672f62a1f95913e6149f490dced80 (diff) | |
download | portable-1b84f79f4cce8ece632e8f51fae6b842dcae00d8.tar.gz portable-1b84f79f4cce8ece632e8f51fae6b842dcae00d8.tar.bz2 portable-1b84f79f4cce8ece632e8f51fae6b842dcae00d8.zip |
Land #402, Remove CMAKE_HOST_ references
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e13ed7..a67405a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -280,7 +280,7 @@ else() | |||
280 | set(OPENSSL_LIBS tls ssl crypto) | 280 | set(OPENSSL_LIBS tls ssl crypto) |
281 | endif() | 281 | endif() |
282 | 282 | ||
283 | if(CMAKE_HOST_WIN32) | 283 | if(WIN32) |
284 | set(OPENSSL_LIBS ${OPENSSL_LIBS} ws2_32) | 284 | set(OPENSSL_LIBS ${OPENSSL_LIBS} ws2_32) |
285 | endif() | 285 | endif() |
286 | if(CMAKE_SYSTEM_NAME MATCHES "Linux") | 286 | if(CMAKE_SYSTEM_NAME MATCHES "Linux") |