From eef9ff49381483b5128b68072068750c5b493336 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 3 Mar 2026 12:53:45 -0800 Subject: [PATCH] Fix module test --- test/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 5e95851b..a277d225 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -19,8 +19,7 @@ function(add_fmt_test name) set(PEDANTIC_COMPILE_FLAGS ${PEDANTIC_COMPILE_FLAGS} -Wno-weak-vtables) endif () elseif (ADD_FMT_TEST_MODULE) - set(libs test-main test-module) - set_source_files_properties(${name}.cc PROPERTIES OBJECT_DEPENDS test-module) + set(libs test-main) else () set(libs test-main fmt) endif ()