Skip to content

Commit

Permalink
find glslang by config
Browse files Browse the repository at this point in the history
  • Loading branch information
WinteryFox committed Nov 4, 2023
1 parent 7e981bd commit 6369467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/vk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ find_package(spirv_cross_core CONFIG REQUIRED)
find_package(spirv_cross_glsl CONFIG REQUIRED)
find_package(spirv_cross_reflect CONFIG REQUIRED)
find_package(spirv_cross_cpp CONFIG REQUIRED)
find_package(glslang REQUIRED)
find_package(glslang CONFIG REQUIRED)

include(FetchContent)
FetchContent_Declare(
Expand Down

0 comments on commit 6369467

Please sign in to comment.