Skip to content

Commit

Permalink
Add CMake component dependency for emv_viewer_runtime on emv_runtime
Browse files Browse the repository at this point in the history
This ensures that installers like NSIS enforce the appropriate
dependencies.
  • Loading branch information
leonlynch committed Sep 8, 2024
1 parent 167ad7b commit dd5e687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ set(CPACK_COMPONENT_EMV_DOCS_DISPLAY_NAME "Documentation for EMV libraries")
set(CPACK_COMPONENT_EMV_DOCS_DESCRIPTION ${CPACK_COMPONENT_EMV_DOCS_DISPLAY_NAME})
if(BUILD_SHARED_LIBS)
set(CPACK_COMPONENT_EMV_DEVELOPMENT_DEPENDS emv_runtime)
set(CPACK_COMPONENT_EMV_VIEWER_RUNTIME_DEPENDS emv_runtime)
endif()

# NOTE: for monolithic packages, uncomment the line below or specify it when
Expand Down

0 comments on commit dd5e687

Please sign in to comment.