From 9f2f3045f1f577f058eb2b20d7d8fa3478adf4e2 Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Tue, 26 Jul 2022 13:18:34 +0200 Subject: [PATCH] Typo Signed-off-by: Fabian Sauter --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 540e42df8..f3777be3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,7 +117,7 @@ include(FetchContent) include(cmake/check_vulkan_version.cmake) # Vulkan Header -# We don't import Vulkan library if Android build as its built dynamically +# We don't import Vulkan library if Android build as it is built dynamically # Otherwise it is expected that the Vulkan SDK and dependencies are installed if(NOT KOMPUTE_OPT_ANDROID_BUILD) find_package(Vulkan REQUIRED)