--- thirdparty/CMakeLists.txt.orig	2026-07-23 20:22:18 UTC
+++ thirdparty/CMakeLists.txt
@@ -69,18 +69,8 @@ endif()
     set_target_properties(fmt PROPERTIES FOLDER "ThirdParty")	
 endif()
 
-find_package(sfl QUIET)
-if ( NOT sfl_FOUND )
-    ## sfl
-    FetchContent_Declare(
-        sfl
-        GIT_REPOSITORY      https://github.com/slavenf/sfl-library
-        GIT_TAG             2.2.0
-        GIT_SHALLOW         ON
-        EXCLUDE_FROM_ALL
-    )
-    FetchContent_MakeAvailable(sfl)
-endif()
+add_library(sfl INTERFACE)
+add_library(sfl::sfl ALIAS sfl)
 
 if (HAS_LIBSTDCPP)
     find_package(TBB)
