Land #402, Remove CMAKE_HOST_ references

This commit is contained in:
Brent Cook
2018-03-18 09:53:37 -05:00
5 changed files with 19 additions and 19 deletions

View File

@@ -19,15 +19,15 @@ set(
tls_verify.c
)
if(CMAKE_HOST_WIN32)
set(
TLS_SRC
${TLS_SRC}
compat/ftruncate.c
compat/getuid.c
compat/pread.c
compat/pwrite.c
)
if(WIN32)
set(
TLS_SRC
${TLS_SRC}
compat/ftruncate.c
compat/getuid.c
compat/pread.c
compat/pwrite.c
)
endif()
if(NOT "${OPENSSLDIR}" STREQUAL "")