From aa9bae36bce7a3967f74f32b70e1298107bccd7e Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Thu, 15 Jan 2026 14:56:06 +0100 Subject: [PATCH] Fix cbind build with CMake --- cbind/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/cbind/CMakeLists.txt b/cbind/CMakeLists.txt index 1f7bb259..18bd3ad7 100644 --- a/cbind/CMakeLists.txt +++ b/cbind/CMakeLists.txt @@ -10,7 +10,6 @@ set(PSB_cbind_source_files base/psb_d_serial_cbind_mod.F90 base/psb_c_tools_cbind_mod.F90 base/psb_c_serial_cbind_mod.F90 - base/psb_base_string_cbind_mod.f90 base/psb_base_tools_cbind_mod.F90 base/psb_z_comm_cbind_mod.f90 base/psb_s_serial_cbind_mod.F90