Skip to content

Commit

Permalink
fixed #113: bug in CMake install()-commmand for jkqtplotter (some hea…
Browse files Browse the repository at this point in the history
…ders were missing)
  • Loading branch information
jkriege2 committed Jan 3, 2024
1 parent d45083e commit 24bebf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jkqtplotter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 24bebf1

Please sign in to comment.