diff --git a/CMakeLists.txt b/CMakeLists.txt index 943289f..25fa404 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.13) cmake_policy(SET CMP0072 NEW) # FindOpenGL prefers GLVND by default if (POLICY CMP0057) cmake_policy(SET CMP0057 NEW) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index e22bd4d..a3de85a 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.13) project(qglengine_core) if (POLICY CMP0017) cmake_policy(SET CMP0017 NEW) diff --git a/src/widgets/CMakeLists.txt b/src/widgets/CMakeLists.txt index 31e7ddc..e79adb3 100644 --- a/src/widgets/CMakeLists.txt +++ b/src/widgets/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.13) project(qglengine_widgets) if (POLICY CMP0017) cmake_policy(SET CMP0017 NEW)