Skip to content

Commit

Permalink
-set dev version of seal_lake
Browse files Browse the repository at this point in the history
-set dev version of sfun
  • Loading branch information
kamchatka-volcano committed May 14, 2024
1 parent 80d9673 commit e44693d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif()
SealLake_Bundle(
NAME cmdlime_sfun
GIT_REPOSITORY https://github.com/kamchatka-volcano/sfun.git
GIT_TAG v5.0.0
GIT_TAG dev
DESTINATION include/cmdlime/detail/external
DIRECTORIES include/sfun
TEXT_REPLACEMENTS
Expand Down
3 changes: 2 additions & 1 deletion external/seal_lake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ include(FetchContent)
Set(FETCHCONTENT_QUIET FALSE)
FetchContent_Declare(seal_lake
GIT_REPOSITORY https://github.com/kamchatka-volcano/seal_lake.git
GIT_TAG master
GIT_TAG dev
)
FetchContent_MakeAvailable(seal_lake)

include(${seal_lake_SOURCE_DIR}/seal_lake.cmake)

0 comments on commit e44693d

Please sign in to comment.