From f24dcf4ff96a3523e01e41da8a05ca00b6b09fac Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Thu, 2 Sep 2021 01:25:39 +0300 Subject: [PATCH] Specify project languages --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca4899da..7f28655e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ # Todo # Test build for Windows, Mac and mingw. -project(godot-cpp) +project(godot-cpp LANGUAGES CXX) cmake_minimum_required(VERSION 3.6) option(GENERATE_TEMPLATE_GET_NODE "Generate a template version of the Node class's get_node." ON)