Browse Source

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

This prevents checking of C compiler
Michał Janiszewski 6 years ago
parent
commit
85ff5f2d10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

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