Skip to content

Commit

Permalink
Issue-2052: small fix in cmake project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleg committed Sep 22, 2024
1 parent 66fff73 commit dc415bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CPACK_PACKAGE_FILE_NAME ${CPACK_PACKAGE_NAME}-${VERSION})
LIST(APPEND PACKAGE_DEPENDENCIES libc6)
LIST(APPEND PACKAGE_DEPENDENCIES libglib2.0-0 libstdc++6)
LIST(APPEND PACKAGE_DEPENDENCIES "libgcc-s1 | libgcc | libgcc1")
LIST(APPEND PACKAGE_DEPENDENCIES libminizip1 libpcre2)
LIST(APPEND PACKAGE_DEPENDENCIES libminizip1 libpcre2-8-0)
# from main project
IF (${USEWX})
find_package(wxWidgets REQUIRED core base)
Expand Down

0 comments on commit dc415bf

Please sign in to comment.