From a71d56096cb2690514712c8b8cd843d10fba8e31 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Fri, 8 Feb 2008 09:24:29 -0500
Subject: BUG: Need ANSI C.

---
 Tests/Dependency/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

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:
-- 
cgit v0.12