From 39e46c4d21d10e5274b1e57afbe1ed9214dc4c94 Mon Sep 17 00:00:00 2001 From: Ben Iofel Date: Fri, 12 Apr 2024 19:32:26 -0400 Subject: [PATCH] revert photon --- CMake/Findphoton.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMake/Findphoton.cmake b/CMake/Findphoton.cmake index 7cb455f6..79b56972 100644 --- a/CMake/Findphoton.cmake +++ b/CMake/Findphoton.cmake @@ -4,8 +4,8 @@ set(PHOTON_ENABLE_EXTFS ON) FetchContent_Declare( photon - GIT_REPOSITORY https://github.com/benwaffle/PhotonLibOS.git - GIT_TAG sni + GIT_REPOSITORY https://github.com/alibaba/PhotonLibOS.git + GIT_TAG v0.6.15 ) if(BUILD_TESTING)