Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Deamon87 committed Jun 30, 2024
1 parent 78ae4cb commit f6526bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wowViewerLib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ if (LINK_VULKAN)
set(Vulkan_FOUND ON PARENT_SCOPE)
MESSAGE("Using Vulkan library, Vulkan_LIBRARY= ${Vulkan_LIBRARY}")
if (NOT SPIRV_OPT_APP AND Vulkan_INCLUDE_DIR)
set(SPIRV_OPT_APP ${Vulkan_INCLUDE_DIR}/../Bin/spirv-opt)
set(SPIRV_OPT_APP ${Vulkan_INCLUDE_DIR}/../bin/spirv-opt)
endif()
ELSE()
MESSAGE("Vulkan Lib was not found. Disabling vulkan build")
Expand Down

0 comments on commit f6526bd

Please sign in to comment.