From 13db27ccebe8df8a46a916bf920800461a9710c6 Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Fri, 28 Oct 2022 11:56:43 +0200 Subject: [PATCH] Updated the Android example kp version Signed-off-by: Fabian Sauter --- examples/android/android-simple/app/src/main/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/android/android-simple/app/src/main/cpp/CMakeLists.txt b/examples/android/android-simple/app/src/main/cpp/CMakeLists.txt index 18feff433..e55114e6e 100644 --- a/examples/android/android-simple/app/src/main/cpp/CMakeLists.txt +++ b/examples/android/android-simple/app/src/main/cpp/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD 17) include(FetchContent) FetchContent_Declare(kompute GIT_REPOSITORY https://github.com/COM8/kompute.git - GIT_TAG b28d4ae0bec1d39003b97574623a52b0b5f7494d) # The commit hash for a dev version before v0.9.0. Replace with the latest from: https://github.com/KomputeProject/kompute/releases + GIT_TAG 675f6dc771cea044ead99a5467a9b817c2d8feb6) # The commit hash for a dev version before v0.9.0. Replace with the latest from: https://github.com/KomputeProject/kompute/releases set(KOMPUTE_OPT_ANDROID_BUILD ON) set(KOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS ON) FetchContent_MakeAvailable(kompute)