Mark CMake project explicitly as C++ (#309)
This prevents checking of C compiler
This commit is contained in:
committed by
Michele Caini
parent
be3597524f
commit
85ff5f2d10
@@ -16,7 +16,7 @@ endif()
|
||||
# Project configuration
|
||||
#
|
||||
|
||||
project(EnTT VERSION 3.2.0)
|
||||
project(EnTT VERSION 3.2.0 LANGUAGES CXX)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user