From 6ef07198604eccf4dca1d17d99660af5c6396e06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <klinkjak@fjfi.cvut.cz>
Date: Fri, 19 Aug 2016 15:11:30 +0200
Subject: [PATCH] Removed -DHAVE_NOT_CXX11 from tnl-cuda.pc

---
 tools/share/pkgconfig/tnl-cuda.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/share/pkgconfig/tnl-cuda.pc.in b/tools/share/pkgconfig/tnl-cuda.pc.in
index bc3d5f50f9..308bbd1029 100644
--- a/tools/share/pkgconfig/tnl-cuda.pc.in
+++ b/tools/share/pkgconfig/tnl-cuda.pc.in
@@ -5,5 +5,5 @@ Description: Template Numerical Library (with CUDA support)
 URL:
 Version: ${version}
 Libs:
-Cflags: -DHAVE_CUDA -DHAVE_NOT_CXX11
+Cflags: -DHAVE_CUDA
 Requires: cuda, tnl = ${version}
-- 
GitLab