summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-04-17 20:57:17 +0100
committerColin Watson <cjwatson@debian.org>2020-04-17 20:57:17 +0100
commit75073d0a8478441cc97a6efa10b566c5fb1dac81 (patch)
treeb73bff259e1b16829ed8b19ee92df2bbbf36ef7d /examples/CMakeLists.txt
parentc923f422b1e455bdd8ec3bdb10d005e3bfbacfe0 (diff)
New upstream version 1.4.0
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 957311e..1203592 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -8,7 +8,7 @@ list(APPEND COMPAT_SOURCES
8 ../openbsd-compat/strlcpy.c 8 ../openbsd-compat/strlcpy.c
9) 9)
10 10
11if(WIN32) 11if(WIN32 AND NOT CYGWIN AND NOT MSYS)
12 list(APPEND COMPAT_SOURCES ../openbsd-compat/posix_win.c) 12 list(APPEND COMPAT_SOURCES ../openbsd-compat/posix_win.c)
13endif() 13endif()
14 14