Skip to content

Commit 0dea595

Browse files
committed
Fixed YaaZ#20
1 parent 62b1d32 commit 0dea595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(
88

99
find_package(Vulkan REQUIRED)
1010

11-
if(EXISTS VulkanMemoryAllocator/CMakeLists.txt)
11+
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/VulkanMemoryAllocator/CMakeLists.txt)
1212
add_subdirectory(VulkanMemoryAllocator)
1313
else()
1414
find_package(VulkanMemoryAllocator REQUIRED)

0 commit comments

Comments
 (0)