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")