Skip to content

Commit

Permalink
Updated StormLib
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed May 31, 2024
1 parent 25535b7 commit 6ca343b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6ca343b

Please sign in to comment.