diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f4ceb3..69f3488 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ set( TQT_VERSION "${TQT_MAJOR_VERSION}.${TQT_MINOR_VERSION}.${TQT_MICRO_VERSION} ##### cmake setup ############################### -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 3.1 ) include( CheckCXXSourceCompiles ) |