Updated all variable names to use GODOT_ prefix

changed cache type for api file and api dir to FILEPATH and PATH respectively.
Minor whitespace.
docstring parity

(cherry picked from commit 390a9a5590)
This commit is contained in:
Samuel Nicholas
2024-09-13 22:06:25 +09:30
committed by David Snopek
parent d06b0283c2
commit f8c258b3fe
2 changed files with 32 additions and 30 deletions

View File

@@ -89,6 +89,6 @@ function( set_warning_as_error )
endif()
endfunction()
if ( GODOT_CPP_WARNING_AS_ERROR )
if ( GODOT_WARNING_AS_ERROR )
set_warning_as_error()
endif()