mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +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 )
|
||||
endif(JKQtPlotter_BUILD_STATIC_LIBS)
|
||||
|
||||
install(FILES ${HEADERS}
|
||||
install(FILES ${HEADERS_BASE}
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${libIncludeSubdir}
|
||||
COMPONENT Headers)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user