diff options
Diffstat (limited to 'Tests/ReturnTest')
-rw-r--r-- | Tests/ReturnTest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ReturnTest/CMakeLists.txt b/Tests/ReturnTest/CMakeLists.txt index e48c88d..bd0966e 100644 --- a/Tests/ReturnTest/CMakeLists.txt +++ b/Tests/ReturnTest/CMakeLists.txt @@ -1,4 +1,5 @@ # a simple C only test case +cmake_minimum_required (VERSION 2.6) project (ReturnTest) set (CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS}") |