From 95a2784b693ba74f998adb4e9b62d9bcfc660c77 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Tue, 24 Mar 2026 11:07:39 +0100 Subject: [PATCH] Fix CMakeLists for cbind include files --- cbind/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbind/CMakeLists.txt b/cbind/CMakeLists.txt index 8f45dddc..3f451c51 100644 --- a/cbind/CMakeLists.txt +++ b/cbind/CMakeLists.txt @@ -18,7 +18,7 @@ foreach(file IN LISTS AMG_amgcbind_source_C_files) endforeach() set(AMG_amgcbind_header_C_files - amgprec/amg_const.h +# amgprec/amg_const.h amgprec/amg_c_dprec.h amgprec/amg_cbind.h amgprec/amg_c_zprec.h