Skip to content
Snippets Groups Projects
Commit 0f2b7826 authored by Brad King's avatar Brad King
Browse files

BUG: Need to add ANSI C flags for some platforms.

parent 6222d61c
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@ SET(KWSYS_NO_ANSI_STREAM_HEADERS ${CMAKE_NO_ANSI_STREAM_HEADERS})
SET(KWSYS_NO_ANSI_STRING_STREAM ${CMAKE_NO_ANSI_STRING_STREAM})
SET(KWSYS_NO_ANSI_FOR_SCOPE ${CMAKE_NO_ANSI_FOR_SCOPE})
IF(CMAKE_ANSI_CFLAGS)
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_ANSI_CFLAGS}")
ENDIF(CMAKE_ANSI_CFLAGS)
SET(CLASSES Directory RegularExpression SystemTools)
SET(H Process)
SET(HXX Configure)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment