From 6bb4aacbdc5f0e69cc7d6326afc35580ba0963bf Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Wed, 21 Aug 2024 22:09:20 +0100 Subject: [PATCH] TEMP: try and let ci run even though CMP0169 is causing errors even though CMAKE_WARN_DEPRECATED is set --- .github/workflows/Windows.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index c3bf596fa..54b9a6f69 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -136,7 +136,6 @@ jobs: run: > cmake . -B "${{ env.BUILD_DIR }}" -G "${{ env.HOSTCXX }}" -A x64 - -Werror=dev -DCMAKE_WARN_DEPRECATED="OFF" -DFLAMEGPU_WARNINGS_AS_ERRORS="ON" -DFLAMEGPU_SEATBELTS="${{ env.FLAMEGPU_SEATBELTS }}"