From e44693d7402baf76b1e226440c56b364b8536c1b Mon Sep 17 00:00:00 2001 From: kamchatka-volcano Date: Tue, 14 May 2024 00:29:17 +0500 Subject: [PATCH] -set dev version of seal_lake -set dev version of sfun --- CMakeLists.txt | 2 +- external/seal_lake | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a857390..deb87df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/external/seal_lake b/external/seal_lake index b6a33ac..f90a5bf 100644 --- a/external/seal_lake +++ b/external/seal_lake @@ -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) \ No newline at end of file