aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/vulkan/portfile.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/vulkan/portfile.cmake b/ports/vulkan/portfile.cmake
index bf6c2d65e..4ccbac35f 100644
--- a/ports/vulkan/portfile.cmake
+++ b/ports/vulkan/portfile.cmake
@@ -5,7 +5,7 @@ include(vcpkg_common_functions)
message(STATUS "Querying VULKAN_SDK Enviroment variable")
file(TO_CMAKE_PATH "$ENV{VULKAN_SDK}" VULKAN_DIR)
-set(VULKAN_INCLUDE "${VULKAN_DIR}/Include/vulkan/")
+set(VULKAN_INCLUDE "${VULKAN_DIR}/include/vulkan/")
set(VULKAN_ERROR_DL "Before continuing, please download and install Vulkan from:\n https://vulkan.lunarg.com/sdk/home\n")
if(NOT DEFINED ENV{VULKAN_SDK})
@@ -41,4 +41,4 @@ else()
message(FATAL_ERROR "Could not find LICENSE.TXT")
endif()
-SET(VCPKG_POLICY_EMPTY_PACKAGE enabled) \ No newline at end of file
+SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)