summaryrefslogblamecommitdiff
path: root/user/labplot/cantor.patch
blob: a35db458537ef85bb0b5418be0a8d72b4e1175b6 (plain) (tree)
























                                                                                                            
From db67605842837583b1b885cf64ca19c5301480d1 Mon Sep 17 00:00:00 2001
From: Stefan Gerlach <stefan.gerlach@uni-konstanz.de>
Date: Wed, 16 Sep 2020 17:27:08 +0200
Subject: [PATCH] [cantor] 20.08 will not get the new interface

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 57ad46dd8..98130a30d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -230,7 +230,7 @@ IF (Cantor_FOUND)
 	ELSE ()
 		MESSAGE (STATUS "Cantor Library ${Cantor_VERSION} TOO OLD. Minimum usable version is 19.12")
 	ENDIF ()
-	IF (${Cantor_VERSION} VERSION_GREATER "20.08")
+	IF (${Cantor_VERSION} VERSION_GREATER "20.08.9")
 		add_definitions (-DHAVE_NEW_CANTOR_LIBS)
 	ENDIF ()
 ELSE ()
-- 
GitLab