From 2d91f43add80730fc4988d727a3d2a89e0b0994e Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 31 Dec 2016 09:40:20 -0800 Subject: Enabling C99 requires CMake version 3.1 or better. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da021fee..b8d41fc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ # IN THE SOFTWARE. # -cmake_minimum_required (VERSION 2.8.7) +cmake_minimum_required (VERSION 3.1) project (nng C) include (CheckFunctionExists) -- cgit v1.2.3-70-g09d2