diff options
Diffstat (limited to 'Tests/ReturnTest')
-rw-r--r-- | Tests/ReturnTest/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/ReturnTest/CMakeLists.txt b/Tests/ReturnTest/CMakeLists.txt index 7c9156b..a08855e 100644 --- a/Tests/ReturnTest/CMakeLists.txt +++ b/Tests/ReturnTest/CMakeLists.txt @@ -2,8 +2,6 @@ cmake_minimum_required (VERSION 2.6) project (ReturnTest) -set (CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS}") - function (FAILED testname) message (SEND_ERROR "${testname} failed ${ARGN}") endfunction (FAILED) |