Skip to content

Commit

Permalink
Update cmakelists to align with required setup
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Feb 27, 2021
1 parent 9788c79 commit 9d206c3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ if(NOT KOMPUTE_OPT_DISABLE_SHADER_UTILS)
# HLSL
# glslang includes OGLCompiler, OSDependent, MachineIndependent
glslang
SPIRV
glslang-default-resource-limits)
SPIRV)
else()
find_package(glslang CONFIG REQUIRED)

Expand All @@ -164,9 +163,8 @@ if(NOT KOMPUTE_OPT_DISABLE_SHADER_UTILS)
# Not including hlsl support
# glslang::HLSL
# Adding explicit dependencies to match above
glslang
SPIRV
glslang-default-resource-limits)
glslang::glslang
glslang::SPIRV)
endif()
endif()

Expand Down

0 comments on commit 9d206c3

Please sign in to comment.