From 488f5dfd863814eb14858394a4c2e4010dd1f74d Mon Sep 17 00:00:00 2001 From: sfilippone Date: Wed, 1 Jan 2025 12:32:12 +0100 Subject: [PATCH] CMAKE should look for util/psb_metis_int.c --- util/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/CMakeLists.txt b/util/CMakeLists.txt index 09152893..02a71bd8 100644 --- a/util/CMakeLists.txt +++ b/util/CMakeLists.txt @@ -39,7 +39,7 @@ foreach(file IN LISTS PSB_util_source_files) endforeach() set(PSB_util_source_C_files - metis_int.c + psb_metis_int.c psb_amd_order.c ) foreach(file IN LISTS PSB_util_source_C_files)