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)