mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 00:48:41 +03:00
fix some bug
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
# The CMake version on Windows must not be greater than 4.0.
|
||||
if ( ((MSVC) OR (WIN32)) AND (${CMAKE_VERSION} VERSION_GREATER_EQUAL "4.0") )
|
||||
message(FATAL_ERROR "Only cmake versions between 3.13.x and 4.0.x is supported on windows. Detected version: ${CMAKE_VERSION}")
|
||||
endif()
|
||||
|
||||
project(QIDIStudio)
|
||||
|
||||
include("version.inc")
|
||||
|
||||
Reference in New Issue
Block a user