Specify language in project call

This commit is contained in:
Jan Möbius
2021-01-21 11:50:48 +01:00
parent e416517c59
commit b919ead53b

View File

@@ -10,7 +10,7 @@ enable_testing()
project (OpenMesh
VERSION 9.0.0
LANGUAGES CXX )
LANGUAGES C CXX )
# Set AUTO UIC/MOC Policy to new for CMAKE 3.17 or higher
if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.17")