ENH: Fix test on HP

This commit is contained in:
Andy Cedilnik 2005-06-17 08:45:01 -04:00
parent fb7b1cb551
commit 6c1a83609e
1 changed files with 2 additions and 0 deletions

View File

@ -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)