From dbfb2fdba50322458d731f208c19911ad69fca59 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Mon, 23 Mar 2026 23:32:20 +0100 Subject: [PATCH] Adaption after move of Storm to stormchecker organization --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fc4edf..3e455a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ if(NOT TARGET storm) SET(FETCHCONTENT_QUIET OFF) FetchContent_Declare( storm - GIT_REPOSITORY https://github.com/moves-rwth/storm.git + GIT_REPOSITORY https://github.com/stormchecker/storm.git GIT_TAG master ) FETCHCONTENT_MAKEAVAILABLE(storm)