diff --git a/CMakeLists.txt b/CMakeLists.txt index f53724a0..6b7f20bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # CMake configuration for linuxdeployqt # Not meant to replace the qmake build system, but for use with CMake based IDEs. -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.10) project(linuxdeployqt)