Skip to content

Commit c5c12e4

Browse files
authored
Fix CMake 4 errors (#1520)
CMake 4 issues an error when the cmake minimum required version is less than 3.5, and a warning when less than 3.10. This change updates spirv-cross to bump its cmake minimum version to resolve the error.
1 parent fc7c7c2 commit c5c12e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ FetchContent_Declare(OpenXR-SDK
4646
GIT_TAG 458984d7f59d1ae6dc1b597d94b02e4f7132eaba)
4747
FetchContent_Declare(SPIRV-Cross
4848
GIT_REPOSITORY https://github.com/BabylonJS/SPIRV-Cross.git
49-
GIT_TAG 578a291759db6fe7c3f4735d3512c0526ad18efc)
49+
GIT_TAG 6abfcf066d171e9ade7604d91381ebebe4209edc)
5050
FetchContent_Declare(libwebp
5151
GIT_REPOSITORY https://github.com/webmproject/libwebp.git
5252
GIT_TAG 57e324e2eb99be46df46d77b65705e34a7ae616c)

0 commit comments

Comments
 (0)