COMP: Need ANSI flags for C executable.
This commit is contained in:
parent
534ed3eb2b
commit
87b7b8d1f1
@ -30,6 +30,11 @@ FOREACH(f ${TOCLEAN_FILES})
|
|||||||
ENDIF(EXISTS "${f}")
|
ENDIF(EXISTS "${f}")
|
||||||
ENDFOREACH(f)
|
ENDFOREACH(f)
|
||||||
|
|
||||||
|
# Enable ANSI flags for the C executable.
|
||||||
|
IF(CMAKE_ANSI_CFLAGS)
|
||||||
|
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_ANSI_CFLAGS}")
|
||||||
|
ENDIF(CMAKE_ANSI_CFLAGS)
|
||||||
|
|
||||||
# Configure an executable to check that all the files are missing.
|
# Configure an executable to check that all the files are missing.
|
||||||
SET(CHECK_FILES)
|
SET(CHECK_FILES)
|
||||||
FOREACH(f ${TOCLEAN_FILES})
|
FOREACH(f ${TOCLEAN_FILES})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user