diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 015b326..d50022f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ project (logdiag C) -cmake_minimum_required (VERSION 2.6.2) +cmake_minimum_required (VERSION 2.8) -# Default to 2.6.3 behaviour -cmake_policy (VERSION 2.6.3) +# Default to 2.8 behaviour +cmake_policy (VERSION 2.8) # Options option (OPTION_USE_VERA "Use vera++ for source code style checks" OFF) |