Added option for C99 builds.

This commit is contained in:
Markus Makela
2015-06-29 16:01:56 +03:00
parent c6f43c0058
commit 2c3c856ea1
2 changed files with 10 additions and 1 deletions

View File

@ -20,6 +20,9 @@ endmacro()
macro(set_variables)
# Use C99
set(USE_C99 FALSE CACHE BOOL "Use C99 standard")
# hostname or IP address of MaxScale's host
set(TEST_HOST "127.0.0.1" CACHE STRING "hostname or IP address of MaxScale's host")