From 48a096c7363495639da2ea90b19dcd4a19b6d722 Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Tue, 26 Jul 2022 13:18:19 +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 a25f44162..540e42df8 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 build dynamically +# We don't import Vulkan library if Android build as its built dynamically # Otherwise it is expected that the Vulkan SDK and dependencies are installed if(NOT KOMPUTE_OPT_ANDROID_BUILD) find_package(Vulkan REQUIRED)