Skip to content

Commit

Permalink
unset cpack variables from inherit preset
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo committed Dec 28, 2024
1 parent fc3e108 commit 96ad86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
"configurePreset": "default-develop",
"variables": {
"CPACK_COMPONENTS_GROUPING": "ALL_COMPONENTS_IN_ONE",
"CPACK_PACKAGE_CONTACT": "[email protected]",
"CPACK_PACKAGE_VENDOR": "estervtech"
"CPACK_ARCHIVE_COMPONENT_INSTALL": "OFF",
"CPACK_COMPONENTS_ALL": ""
}
}
]
Expand Down

0 comments on commit 96ad86e

Please sign in to comment.