BUG: Need ANSI C.
This commit is contained in:
parent
c71f62fbff
commit
a71d56096c
|
@ -1,5 +1,7 @@
|
|||
PROJECT( Dependency )
|
||||
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_ANSI_CFLAGS}")
|
||||
|
||||
# to test directories with only one character One was changed to 1
|
||||
# There is one executable that depends on eight libraries. The
|
||||
# system has the following dependency graph:
|
||||
|
|
Loading…
Reference in New Issue