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)