From 7f94f90b019835deba7068cbdc2b6156105ba271 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 6 May 2023 09:55:41 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49d5988f..f955f79a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,8 +37,8 @@ # Todo # Test build for Windows, Mac and mingw. -project(godot-cpp LANGUAGES CXX) cmake_minimum_required(VERSION 3.12) +project(godot-cpp LANGUAGES CXX) option(GENERATE_TEMPLATE_GET_NODE "Generate a template version of the Node class's get_node." ON) option(GODOT_CPP_SYSTEM_HEADERS "Expose headers as SYSTEM." ON)