From d11ed5ef457af3ebb6556e8ec2b4c3744e8688c0 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Wed, 12 Jul 2017 12:04:59 +0200
Subject: [PATCH] Fix mistake with hqr header install

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e3abf1..766390a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,7 +62,7 @@ install(FILES
   include/libhqr.h
   include/libhqr_common.h
   #  include/libhqr_dbg.h
-  DESTINATION include/libhqr )
+  DESTINATION include )
 
 install(TARGETS hqr DESTINATION lib)
 
-- 
GitLab