Skip to content

Commit 6ea68e7

Browse files
committed
linuxsdk: fix path lib path
Change-Id: I0c50f78528449e09f6d9e7c40bf1a7eebf6fb444
1 parent 9c3eb70 commit 6ea68e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Layer-Samples/Overlay/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (EXISTS "${CMAKE_SOURCE_DIR}/layers")
2929
else()
3030
set(LAYERS_LOC ${CMAKE_SOURCE_DIR}/../source)
3131
find_library(LAYER_UTILS_LIB NAMES VkLayer_utils
32-
HINTS "${CMAKE_SOURCE_DIR}/../bin" "${CMAKE_SOURCE_DIR}/../x86_64/lib/vulkan/layer" )
32+
HINTS "${CMAKE_SOURCE_DIR}/../bin" "${CMAKE_SOURCE_DIR}/../x86_64/lib" )
3333
endif()
3434

3535
set(UTILDIR "${CMAKE_SOURCE_DIR}/Layer-Samples/utils")

0 commit comments

Comments
 (0)