Enabled C99 compiler options

This commit is contained in:
Markus Makela 2015-07-11 17:13:00 +03:00
parent 6497350ab7
commit e03dcc07c3

View File

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