summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-08-01 13:44:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-08-01 13:44:44 (GMT)
commit12ed2c85d98871d6cbde3e644bb4351ac9eada4b (patch)
tree932c566efc27e4781eb78cd3a4a3f0ca90ed31e4 /Tests/ComplexRelativePaths
parent83a1af15ab2f2a7a894db510441dd13428d97beb (diff)
downloadCMake-12ed2c85d98871d6cbde3e644bb4351ac9eada4b.zip
CMake-12ed2c85d98871d6cbde3e644bb4351ac9eada4b.tar.gz
CMake-12ed2c85d98871d6cbde3e644bb4351ac9eada4b.tar.bz2
ENH: make sure CMAKE_C_FLAGS are not clobbered
Diffstat (limited to 'Tests/ComplexRelativePaths')
-rw-r--r--Tests/ComplexRelativePaths/Executable/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
index 11332d1..02de931 100644
--- a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
+++ b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
@@ -3,7 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 1.3)
# Create exe.
#
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DTEST_CXX_FLAGS")
-SET(CMAKE_C_FLAGS "${CMAKE_C} -DTEST_C_FLAGS")
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DTEST_C_FLAGS")
SET(CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS}")
# Link to CMake lib