Updated documentation and set C99 mode as the default.
This commit is contained in:
@ -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")
|
||||
|
||||
# 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")
|
||||
|
||||
Reference in New Issue
Block a user