aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-03-18 09:53:37 -0500
committerBrent Cook <bcook@openbsd.org>2018-03-18 09:53:37 -0500
commit1b84f79f4cce8ece632e8f51fae6b842dcae00d8 (patch)
treee201122f299c0e6b8a2e5bf5071833ac233b985b /tests
parent57988468e69495074c9309ecddc80764d8dbf8cd (diff)
parent09590953d05672f62a1f95913e6149f490dced80 (diff)
downloadportable-1b84f79f4cce8ece632e8f51fae6b842dcae00d8.tar.gz
portable-1b84f79f4cce8ece632e8f51fae6b842dcae00d8.tar.bz2
portable-1b84f79f4cce8ece632e8f51fae6b842dcae00d8.zip
Land #402, Remove CMAKE_HOST_ references
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index bbb27d6..4cc55d8 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -163,7 +163,7 @@ add_test(evptest evptest ${CMAKE_CURRENT_SOURCE_DIR}/evptests.txt)
163 163
164# explicit_bzero 164# explicit_bzero
165# explicit_bzero relies on SA_ONSTACK, which is unavailable on Windows 165# explicit_bzero relies on SA_ONSTACK, which is unavailable on Windows
166if(NOT CMAKE_HOST_WIN32) 166if(NOT WIN32)
167 if(HAVE_MEMMEM) 167 if(HAVE_MEMMEM)
168 add_executable(explicit_bzero explicit_bzero.c) 168 add_executable(explicit_bzero explicit_bzero.c)
169 else() 169 else()