From 3e6cfeab081ab1b60dd3373bce0258fa4b3ec796 Mon Sep 17 00:00:00 2001 From: liulanzheng Date: Fri, 19 Apr 2024 11:37:35 +0800 Subject: [PATCH] update photon to v0.6.16 Signed-off-by: liulanzheng --- CMake/Findphoton.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/Findphoton.cmake b/CMake/Findphoton.cmake index 79b56972..02ce5ccd 100644 --- a/CMake/Findphoton.cmake +++ b/CMake/Findphoton.cmake @@ -5,7 +5,7 @@ set(PHOTON_ENABLE_EXTFS ON) FetchContent_Declare( photon GIT_REPOSITORY /~https://github.com/alibaba/PhotonLibOS.git - GIT_TAG v0.6.15 + GIT_TAG v0.6.16 ) if(BUILD_TESTING)