blob: 4f87b8316ad68179d868c34db661398ee456a8dd [file] [log] [blame]
cmake_minimum_required(VERSION 3.6)
project(CMakeNotMinGW C CXX ASM)
if(DEFINED MINGW)
message(FATAL_ERROR "MINGW should not be defined")
endif()