From b7271560a144459e93762452f1e7cd8d2dad8328 Mon Sep 17 00:00:00 2001
From: Sergey Fedorov <vital.had@gmail.com>
Date: Sat, 7 Jan 2023 20:17:21 +0700
Subject: [PATCH 2/3] CMakeLists: fix install path for headers

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25673f0..748e427 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,4 +74,4 @@ set(HPTT_INCLUDES
     include/transpose.h)
 
 install(FILES ${HPTT_INCLUDES}
-        DESTINATION ${CMAKE_INSTALL_PREFIX}/include)
+        DESTINATION ${CMAKE_INSTALL_PREFIX}/include/hptt)
-- 
2.39.0

