mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-30 05:02:52 +08:00
Fix #278
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:
parent
3222f30d2a
commit
8c3e6633e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user