aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-08-04 22:55:35 -0700
committerGarrett D'Amore <garrett@damore.org>2017-08-04 22:55:35 -0700
commita40ab9c52768044fa8f8b74e43bcc23637417f7a (patch)
tree9cb20c8bd3b486d20a44cd56799901f82829532b /CMakeLists.txt
parentd650139cbbddb1db52231c60473cf68e3065636a (diff)
downloadnng-a40ab9c52768044fa8f8b74e43bcc23637417f7a.tar.gz
nng-a40ab9c52768044fa8f8b74e43bcc23637417f7a.tar.bz2
nng-a40ab9c52768044fa8f8b74e43bcc23637417f7a.zip
COnvert UDP to new style.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c91beed4..c6d25f1b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ if (POLICY CMP0042)
cmake_policy (SET CMP0042 NEW)
endif ()
-set(C_STANDARD 99)
+set(CMAKE_C_STANDARD 99)
set (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
list (FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" isSystemDir)
if ("${isSystemDir}" STREQUAL "-1")