diff options
author | Brad King <brad.king@kitware.com> | 2008-02-08 14:24:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-02-08 14:24:29 (GMT) |
commit | a71d56096cb2690514712c8b8cd843d10fba8e31 (patch) | |
tree | c4b18340992e02e6987dd1fbd538f93f01c2f89c /Tests | |
parent | c71f62fbff66e0e024cde31a57793221e3595ee3 (diff) | |
download | CMake-a71d56096cb2690514712c8b8cd843d10fba8e31.zip CMake-a71d56096cb2690514712c8b8cd843d10fba8e31.tar.gz CMake-a71d56096cb2690514712c8b8cd843d10fba8e31.tar.bz2 |
BUG: Need ANSI C.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Dependency/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Dependency/CMakeLists.txt b/Tests/Dependency/CMakeLists.txt index ddb9112..f3578ac 100644 --- a/Tests/Dependency/CMakeLists.txt +++ b/Tests/Dependency/CMakeLists.txt @@ -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: |