Browse Source

Qt5 requires cmake 3.1

Earlier versions are not supported
RichardTea 6 years ago
parent
commit
9242a12bf5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tools/assimp_qt_viewer/CMakeLists.txt

+ 2 - 1
tools/assimp_qt_viewer/CMakeLists.txt

@@ -1,7 +1,8 @@
 set(PROJECT_VERSION "")
 project(assimp_qt_viewer)
 
-cmake_minimum_required(VERSION 3.0)
+# Qt5 requires cmake 3.1 or newer
+cmake_minimum_required(VERSION 3.1)
 
 FIND_PACKAGE(OpenGL QUIET)