Skip to content

Commit

Permalink
Install kadas libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Jan 31, 2025
1 parent 6585487 commit a757986
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/Package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ if(WIN32)
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_BINARY_DIR}/LICENSE.txt")

set(CPACK_WIX_UPGRADE_GUID 3d1b1ced-39c3-4086-8ab2-4814e0be74df)
set(CPACK_COMPONENTS_ALL "Unspecified") # Avoid duplicate libraries
# installation
set(CPACK_COMPONENTS_ALL "libraries") # Avoid duplicate libraries, disable "Unspecified" component
set(CPACK_WIX_PRODUCT_ICON "${CMAKE_SOURCE_DIR}/kadas/resources/logo.ico")
# set(CPACK_WIX_PRODUCT_LOGO "${CMAKE_SOURCE_DIR}/images/icons/kadas.png")
# set(CPACK_WIX_TEMPLATE
Expand Down

0 comments on commit a757986

Please sign in to comment.