Skip to content

Commit

Permalink
TEMP: try and let ci run even though CMP0169 is causing errors even t…
Browse files Browse the repository at this point in the history
…hough CMAKE_WARN_DEPRECATED is set
  • Loading branch information
ptheywood committed Aug 21, 2024
1 parent 0729f79 commit 6bb4aac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 6bb4aac

Please sign in to comment.