From 4ee117cdb796fd8b403f5ffd7207e14578b422bf Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 21 May 2026 13:03:02 -0300 Subject: [PATCH] fix: accidental replacement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 287ba94..a326b1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ foreach(src ${SEALLIB_SOURCES}) endforeach() if (SEALLIB_HAS_SOURCES) - SEALLIB_HAS_SOURCES(seallib STATIC ${SEALLIB_SOURCES}) + add_library(seallib STATIC ${SEALLIB_SOURCES}) else() add_library(seallib INTERFACE) target_sources(seallib INTERFACE ${SEALLIB_SOURCES})