From a80ea3a24aa39f96d78f834b78a7ad610e7715ed Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Fri, 13 May 2022 10:45:20 +0200 Subject: [PATCH] fixed issue #70: typo in lib/jkqtplotter/CMakeLists.txt --- doc/dox/whatsnew.dox | 3 ++- lib/jkqtplotter/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index 412d388fc8..c48a29b271 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -14,7 +14,8 @@ This page lists release notes for the diferent version of JKQTPlotter \subsection page_whatsnew_TRUNK_OVERVIEW trunk: Overview Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include: \subsection page_whatsnew_TRUNK_DOWNLOAD trunk: Download diff --git a/lib/jkqtplotter/CMakeLists.txt b/lib/jkqtplotter/CMakeLists.txt index d8a0067f67..8ef4e03c24 100644 --- a/lib/jkqtplotter/CMakeLists.txt +++ b/lib/jkqtplotter/CMakeLists.txt @@ -307,7 +307,7 @@ if(JKQtPlotter_BUILD_STATIC_LIBS) DESTINATION lib/cmake ) endif(JKQtPlotter_BUILD_STATIC_LIBS) -install(FILES ${HEADERS} +install(FILES ${HEADERS_BASE} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${libIncludeSubdir} COMPONENT Headers)