From 9efe5f48f865b26329f46fb8e07e5ab3e67a13ea Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Thu, 19 May 2022 10:34:11 +0200
Subject: [PATCH] cmake: add cblas_wrapper.h to the list of headers because
 must be installed (include/chameleon/chameleon_zlapack.h needs it)

---
 coreblas/include/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/coreblas/include/CMakeLists.txt b/coreblas/include/CMakeLists.txt
index a29218b73..aea8f77b6 100644
--- a/coreblas/include/CMakeLists.txt
+++ b/coreblas/include/CMakeLists.txt
@@ -48,6 +48,7 @@ precisions_rules_py(
 # --------------------------
 set(COREBLAS_HDRS
     coreblas.h
+    coreblas/cblas_wrapper.h
     coreblas/cblas.h
     coreblas/lapacke.h
     coreblas/lapacke_config.h
-- 
GitLab