Skip to content

Commit 4ce05ff

Browse files
Make SPIRV-Tools only compile to ensure static target
1 parent d801035 commit 4ce05ff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dependencies.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ FetchContent_Declare(
120120
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Tools.git
121121
GIT_SHALLOW TRUE
122122
GIT_TAG main
123-
FIND_PACKAGE_ARGS
124123
)
125124

126125

@@ -266,7 +265,7 @@ target_link_libraries(External_libs
266265
stduuid
267266
yaml-cpp::yaml-cpp
268267
spirv-cross-core
269-
SPIRV-Tools
268+
SPIRV-Tools-static
270269
glslang::glslang
271270
glslang::glslang-default-resource-limits
272271
glslang::SPIRV

0 commit comments

Comments
 (0)