Skip to content

CPACK_PACKAGING_INSTALL_PREFIX added to CMakeLists.txt - #11

Open
MikePooh wants to merge 1 commit into
cutelyst:masterfrom
MikePooh:master
Open

CPACK_PACKAGING_INSTALL_PREFIX added to CMakeLists.txt#11
MikePooh wants to merge 1 commit into
cutelyst:masterfrom
MikePooh:master

Conversation

@MikePooh

Copy link
Copy Markdown
Contributor

Before this commit CPack installs the files to default /usr/* directory and this caused problem with plugins searching

@dantti

dantti commented Dec 15, 2021

Copy link
Copy Markdown
Member

Doesn't it makes more sense to actually define a different CPACK_PACKAGING_INSTALL_PREFIX when you want to use cpack as the docs says each generator has it's own default..

@MikePooh

Copy link
Copy Markdown
Contributor Author

I am not familiar with that. I've just met a problem - package made with cpack has install paths different from paths done with just 'make install'. In the first case it was /usr/* in second one it was /usr/local/*. It causes problems with plugin finding. Maybe there is better solution..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants