fixed C FLAGS in newmaps

C compiler flags were ignored because they were assigned to C_FLAGS
var, which is ignored.  Changed to CFLAGS.
This commit is contained in:
Dave 2021-08-25 10:53:11 -05:00
parent 63805800af
commit 8acb6085eb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ configure_file(${ASDF_SRC_DIR}/asdf_keymap_table.h.in ${CMAKE_CURRENT_BINARY_DI
list(APPEND C_FLAGS
list(APPEND CFLAGS
-std=c99
-Wall
-funsigned-char