Skip unnecessary C compiler checks

This commit is contained in:
sfan5
2021-03-26 23:08:09 +01:00
parent 279530a230
commit 3fb23fc423
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)
project(Irrlicht)
project(Irrlicht CXX)
set(IRRLICHT_VERSION_MAJOR 1)
set(IRRLICHT_VERSION_MINOR 9)