Skip to content

Commit 1425174

Browse files
change spirv-tools dependency
1 parent 2b1afa1 commit 1425174

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/Engine-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ master, develop, arena-integration ]
3+
branches: [ master, develop, arena-integration, cmake_shader_compile_mine ]
44
pull_request:
55
branches: [ master, develop, arena-integration ]
66

dependencies.cmake

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,7 @@ target_include_directories(External_libs
263263
)
264264

265265

266-
if(${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
267-
target_link_libraries(External_libs INTERFACE SPIRV-Tools-static)
268-
else()
269-
target_link_libraries(External_libs INTERFACE SPIRV-Tools)
270-
271-
endif()
266+
target_link_libraries(External_libs INTERFACE SPIRV-Tools-static)
272267

273268

274269
target_link_libraries(External_libs

0 commit comments

Comments
 (0)