diff --git a/CMakeLists.txt b/CMakeLists.txt index cde6e08..ecc5f7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.0) if (POLICY CMP0020) cmake_policy(SET CMP0020 NEW) endif() diff --git a/qad/CMakeLists.txt b/qad/CMakeLists.txt index b700537..25468fa 100644 --- a/qad/CMakeLists.txt +++ b/qad/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.0) project(qad) if (POLICY CMP0017) cmake_policy(SET CMP0017 NEW)