1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00
There's no real reason to install the same headers twice, but at least
now clients of the library can build again
This commit is contained in:
Alexey Sokolov 2023-04-17 23:43:59 +01:00
parent 3222f30d2a
commit 8c3e6633e3

View File

@ -179,7 +179,7 @@ PRIVATE
${QXLSX_HEADERPATH}
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/header>
$<INSTALL_INTERFACE:include/QXlsx>
$<INSTALL_INTERFACE:include/QXlsxQt${QT_VERSION_MAJOR}>
)
set_target_properties(QXlsx PROPERTIES