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

CMake force install #177

Open
hainest opened this issue Nov 9, 2020 · 0 comments
Open

CMake force install #177

hainest opened this issue Nov 9, 2020 · 0 comments
Assignees
Labels

Comments

@hainest
Copy link
Contributor

hainest commented Nov 9, 2020

Sometimes the binaries installed into a separate installation directory do not match the ones in the build directory. Bolo found that

As far as installed binaries not matching built binaries, that is
all due to cmake_install.cmake hacking up binaries to change
rpath and other attributes ... and then not changing the modification
time on the, now different, installed binary.

This behavior occurs if anyone uses an "installed"
testsuite.   If you just run the testsuite in the
build dir, it is not installed, so the rewrite
doesn't occur.

We need to force CMake to always copy the files from the build directory into the install directory

@hainest hainest added enhancement build Build errors labels Nov 9, 2020
@hainest hainest self-assigned this Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant