diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-17 08:45:01 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-17 08:45:01 -0400 |
commit | 6c1a83609e16d13a110b39dd6078275236040699 (patch) | |
tree | d665170571ae979b9cd319e5c2df4d92b8f6e8bd /Tests/MacroTest | |
parent | fb7b1cb55141eced5dc8e8ad5689343e8fbbe1ea (diff) | |
download | cmake-6c1a83609e16d13a110b39dd6078275236040699.tar.gz |
ENH: Fix test on HP
Diffstat (limited to 'Tests/MacroTest')
-rw-r--r-- | Tests/MacroTest/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/MacroTest/CMakeLists.txt b/Tests/MacroTest/CMakeLists.txt index 98fcbaf605..8e5a5e93cd 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) |