diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 07c9d61..7d2e7e0 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -13,8 +13,8 @@ SET(STORM_SKIP_INSTALL ON CACHE BOOL "Ignore stormlib install" FORCE) set(BUILD_SHARED_LIBS ON CACHE BOOL "Build stormlib as a shared library" FORCE) FetchContent_Declare( storm - GIT_REPOSITORY https://github.com/ladislav-zezula/StormLib.git - GIT_TAG 3846f0b8e2c47320c6b499492496f3e3f2e76821 # v9.22 + GIT_REPOSITORY https://github.com/briaguya-ai/StormLib + GIT_TAG ff338b230544f8b2bb68d2fbe075175ed2fd758c ) FetchContent_MakeAvailable(storm) diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index d08345e..3defe28 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -14,8 +14,8 @@ SET(STORM_SKIP_INSTALL ON CACHE BOOL "Ignore stormlib install" FORCE) set(BUILD_SHARED_LIBS ON CACHE BOOL "Build stormlib as a shared library" FORCE) FetchContent_Declare( storm - GIT_REPOSITORY https://github.com/ladislav-zezula/StormLib.git - GIT_TAG 3846f0b8e2c47320c6b499492496f3e3f2e76821 # v9.22 + GIT_REPOSITORY https://github.com/briaguya-ai/StormLib + GIT_TAG ff338b230544f8b2bb68d2fbe075175ed2fd758c ) FetchContent_MakeAvailable(storm)