From 77a23ab718ecec50eba2d5c59c6d642e052c07d9 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Keck <Jean-Baptiste.Keck@imag.fr>
Date: Mon, 9 Nov 2020 12:56:26 +0100
Subject: [PATCH] pycairo -> cairo

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 745212b78..574912607 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -153,7 +153,7 @@ find_python_module(hptt OPTIONAL)       # high performance cpu tensor transpose
 find_python_module(flint OPTIONAL)      # high performance linear system solver (fallback to sympy)
 find_python_module(tbb OPTIONAL)        # additional numba threading backend (fallback to pthreads)
 find_python_module(mkl_fft OPTIONAL)    # additional fft backend, faster then FFTW, faster then clFFT on CPU OpenCL platforms.
-find_python_module(pycairo OPTIONAL)    # additional plotting backend
+find_python_module(cairo OPTIONAL)      # additional plotting backend
 find_python_module(matplotlib OPTIONAL) # required for general plots
 find_python_module(pyvis OPTIONAL)      # required for graph plots
 find_python_module(memory_tempfile OPTIONAL) # enable in memory HDF5 I/O to call paraview during simulation
-- 
GitLab