From 6c1a83609e16d13a110b39dd6078275236040699 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 17 Jun 2005 08:45:01 -0400 Subject: ENH: Fix test on HP --- Tests/MacroTest/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v0.12