summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-02-08 14:24:29 (GMT)
committerBrad King <brad.king@kitware.com>2008-02-08 14:24:29 (GMT)
commita71d56096cb2690514712c8b8cd843d10fba8e31 (patch)
treec4b18340992e02e6987dd1fbd538f93f01c2f89c /Tests
parentc71f62fbff66e0e024cde31a57793221e3595ee3 (diff)
downloadCMake-a71d56096cb2690514712c8b8cd843d10fba8e31.zip
CMake-a71d56096cb2690514712c8b8cd843d10fba8e31.tar.gz
CMake-a71d56096cb2690514712c8b8cd843d10fba8e31.tar.bz2
BUG: Need ANSI C.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Dependency/CMakeLists.txt2
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: