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

dev/beber/build: improve install target #150

Merged
merged 2 commits into from
Nov 15, 2019

Conversation

bjacquin
Copy link
Contributor

@bjacquin bjacquin commented Nov 6, 2019

This PR removes harcoded lib/ directory specified during installation and also install public header random.h

cmake internally has a logic to know where is the best place to install
a given library. For example on amd64 it does not make sense to install
the library in /usr/lib, this change allow the library to the installed
in /usr/lib64
this allow src/randomx.h to be installed in /usr/include/randomx.h
automagically during make install
@tevador tevador merged commit 66c0390 into tevador:master Nov 15, 2019
tevador added a commit that referenced this pull request Nov 15, 2019
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