CMake: Rename all GODOT_ to GODOTCPP_

This is for discussion primarily at this stage.
This commit is contained in:
Samuel Nicholas
2025-02-26 23:22:41 +10:30
parent c8c25cd312
commit d0dd282d73
8 changed files with 85 additions and 85 deletions

View File

@@ -202,7 +202,7 @@ jobs:
run: |
mkdir cmake-build
cd cmake-build
cmake ../ -DGODOT_ENABLE_TESTING=YES
cmake ../ -DGODOTCPP_ENABLE_TESTING=YES
cmake --build . --verbose -j $(nproc) -t godot-cpp.test.template_release --config Release
windows-msvc-cmake:
@@ -218,5 +218,5 @@ jobs:
run: |
mkdir cmake-build
cd cmake-build
cmake ../ -DGODOT_ENABLE_TESTING=YES
cmake ../ -DGODOTCPP_ENABLE_TESTING=YES
cmake --build . --verbose -t godot-cpp.test.template_release --config Release