From 7cf96c83e2ac974369416e83570a8f6a4993e590 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Thu, 4 Jul 2024 09:22:18 +0200 Subject: [PATCH] cmake: Add the except rule --- cmake_modules/local_subs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake_modules/local_subs.py b/cmake_modules/local_subs.py index fd7bf1689..b90df480a 100644 --- a/cmake_modules/local_subs.py +++ b/cmake_modules/local_subs.py @@ -144,3 +144,5 @@ subs = { ('hmat_p', 'hmat_s', 'hmat_d', 'hmat_c', 'hmat_z' ), ] } + +exceptfrom = [] -- GitLab