Skip to content

Commit

Permalink
package.cmake: added conflict with leap
Browse files Browse the repository at this point in the history
  • Loading branch information
cc32d9 committed Jul 13, 2023
1 parent 482b183 commit 0a9af77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/cc32d9/wax-leap")
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set(CPACK_DEBIAN_BASE_PACKAGE_SECTION "utils")

set(CPACK_DEBIAN_PACKAGE_CONFLICTS "eosio, mandel")
set(CPACK_RPM_PACKAGE_CONFLICTS "eosio, mandel")
set(CPACK_DEBIAN_PACKAGE_CONFLICTS "eosio, mandel, leap")
set(CPACK_RPM_PACKAGE_CONFLICTS "eosio, mandel, leap")

#only consider "base" and "dev" components for per-component packages
get_cmake_property(CPACK_COMPONENTS_ALL COMPONENTS)
Expand Down

0 comments on commit 0a9af77

Please sign in to comment.