From 4002901dbd7a752d707cbd8b5d1a52b5f643d0d4 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 31 Aug 2023 14:18:33 +0200 Subject: [PATCH] Use git main branch for libphysis --- extern/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index b8d8749..6d2ae6b 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -12,7 +12,7 @@ FetchContent_MakeAvailable(Corrosion) FetchContent_Declare( libphysis GIT_REPOSITORY https://git.sr.ht/~redstrate/libphysis - GIT_TAG 0.1.3 + GIT_TAG main ) FetchContent_MakeAvailable(libphysis)