Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change of build prefix does not work #510

Open
zfred68 opened this issue Oct 2, 2022 · 1 comment
Open

change of build prefix does not work #510

zfred68 opened this issue Oct 2, 2022 · 1 comment

Comments

@zfred68
Copy link

zfred68 commented Oct 2, 2022

Eg
$cmake -DCMAKE_PREFIX_PATH=/usr ..
its ignored ....
-- Libraries will be installed in /usr/local/lib64
-- Header files will be installed in /usr/local/include
-- Binaries will be installed in /usr/local/bin
-- Man pages will be installed in /usr/local/share/man

how to get it into /usr/lib64 or indeed anything else?

on reading the cmakelists.txt lines..
message (STATUS "Libraries will be installed in ${CMAKE_INSTALL_FULL_LIBDIR}")

guess what ? -DCMAKE_INSTALL_FULL_LIBDIR=whatever
don't work either!!!

using cmake version 3.21.3

@wolfv
Copy link
Contributor

wolfv commented Oct 14, 2022

Using -DCMAKE_INSTALL_PREFIX=... works perfectly fine for us.

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

No branches or pull requests

2 participants