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)