Skip to content

Commit

Permalink
Install cmake files with dev component
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Dec 9, 2023
1 parent da3eae3 commit 414c83f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-12-09 Jay Berkenbilt <[email protected]>

* Install fix: include cmake files with the dev component.

2023-11-20 Jay Berkenbilt <[email protected]>

* Build AppImage with an older Linux distribution to support AWS
Expand Down
2 changes: 2 additions & 0 deletions libqpdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,12 @@ if(INSTALL_CMAKE_PACKAGE)
install(EXPORT libqpdfTargets
NAMESPACE qpdf::
FILE libqpdfTargets.cmake
COMPONENT ${COMPONENT_DEV}
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/qpdf)
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/qpdfConfigVersion.cmake
${CMAKE_CURRENT_BINARY_DIR}/qpdfConfig.cmake
COMPONENT ${COMPONENT_DEV}
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/qpdf)
endif()

Expand Down

0 comments on commit 414c83f

Please sign in to comment.