From e03dcc07c3988237c844d1f7817c83269294a635 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Sat, 11 Jul 2015 17:13:00 +0300 Subject: [PATCH] Enabled C99 compiler options --- cmake/macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macros.cmake b/cmake/macros.cmake index 49f4096dc..848b3290f 100644 --- a/cmake/macros.cmake +++ b/cmake/macros.cmake @@ -21,7 +21,7 @@ endmacro() macro(set_variables) # Use C99 - set(USE_C99 FALSE CACHE BOOL "Use C99 standard") + set(USE_C99 TRUE CACHE BOOL "Use C99 standard") # Install the template maxscale.cnf file set(WITH_MAXSCALE_CNF TRUE CACHE BOOL "Install the template maxscale.cnf file")