Mark CMake project explicitly as C++ (#309)

This prevents checking of C compiler
This commit is contained in:
Michał Janiszewski
2019-09-10 14:31:12 +02:00
committed by Michele Caini
parent be3597524f
commit 85ff5f2d10

View File

@@ -16,7 +16,7 @@ endif()
# Project configuration
#
project(EnTT VERSION 3.2.0)
project(EnTT VERSION 3.2.0 LANGUAGES CXX)
include(GNUInstallDirs)