summaryrefslogtreecommitdiffstats
path: root/Tests/MacroTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-17 12:45:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-17 12:45:01 (GMT)
commit6c1a83609e16d13a110b39dd6078275236040699 (patch)
treed665170571ae979b9cd319e5c2df4d92b8f6e8bd /Tests/MacroTest
parentfb7b1cb55141eced5dc8e8ad5689343e8fbbe1ea (diff)
downloadCMake-6c1a83609e16d13a110b39dd6078275236040699.zip
CMake-6c1a83609e16d13a110b39dd6078275236040699.tar.gz
CMake-6c1a83609e16d13a110b39dd6078275236040699.tar.bz2
ENH: Fix test on HP
Diffstat (limited to 'Tests/MacroTest')
-rw-r--r--Tests/MacroTest/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/MacroTest/CMakeLists.txt b/Tests/MacroTest/CMakeLists.txt
index 98fcbaf..8e5a5e9 100644
--- a/Tests/MacroTest/CMakeLists.txt
+++ b/Tests/MacroTest/CMakeLists.txt
@@ -1,6 +1,8 @@
# a simple C only test case
PROJECT (littleMacroTest C)
+SET(CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS}")
+
MACRO(FAILED testname)
MESSAGE(SEND_ERROR "${testname} failed ${ARGN}")
ENDMACRO(FAILED)