mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-12 17:00:32 +08:00
fixed https://github.com/jkriege2/JKQtPlotter/issues/113: bug in CMake install()-commmand for jkqtplotter (some headers were missing)
This commit is contained in:
parent
d45083ee9b
commit
24bebf1490
@ -307,7 +307,7 @@ if(JKQtPlotter_BUILD_STATIC_LIBS)
|
|||||||
DESTINATION lib/cmake )
|
DESTINATION lib/cmake )
|
||||||
endif(JKQtPlotter_BUILD_STATIC_LIBS)
|
endif(JKQtPlotter_BUILD_STATIC_LIBS)
|
||||||
|
|
||||||
install(FILES ${HEADERS}
|
install(FILES ${HEADERS_BASE}
|
||||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${libIncludeSubdir}
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${libIncludeSubdir}
|
||||||
COMPONENT Headers)
|
COMPONENT Headers)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user