summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-06-29 17:39:41 -0700
committerGarrett D'Amore <garrett@damore.org>2017-06-29 17:39:41 -0700
commitf8ac106494444962788dc94e147bd33a3e8cdab6 (patch)
treea26dbcb45c4d8bfefbb3f1761b3938eab48bfabe /CMakeLists.txt
parent723e39f6c03e241994a2e26b907e41f5bf5db3e7 (diff)
downloadnng-f8ac106494444962788dc94e147bd33a3e8cdab6.tar.gz
nng-f8ac106494444962788dc94e147bd33a3e8cdab6.tar.bz2
nng-f8ac106494444962788dc94e147bd33a3e8cdab6.zip
Use common socket handling on POSIX (tcp done, ipc pending.)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ccf895a..c91beed4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -138,9 +138,9 @@ elseif (CMAKE_SYSTEM_NAME MATCHES "Windows")
list (APPEND CMAKE_REQUIRED_DEFINITIONS -D_WIN32_WINNT=0x0600)
else ()
- message (AUTHOR_WARNING "WARNING: This platform may or may not be supported: ${CMAKE_SYSTEM_NAME}")
+ message (AUTHOR_WARNING "WARNING: This platform may not be supported: ${CMAKE_SYSTEM_NAME}")
message (AUTHOR_WARNING "${ISSUE_REPORT_MSG}")
- # blithely hope for POSIX t work
+ # blithely hope for POSIX to work
find_package (Threads REQUIRED)
add_definitions (-DPLATFORM_POSIX)
endif ()