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

fix install paths #176

Closed
wants to merge 1 commit into from

Conversation

milahu
Copy link

@milahu milahu commented Aug 20, 2023

fix install paths on linux

https://cmake.org/cmake/help/latest/command/install.html

DESTINATION

Specify the directory on disk to which a file will be installed. Arguments can be relative or absolute paths.

If a relative path is given it is interpreted relative to the value of the CMAKE_INSTALL_PREFIX variable.

the default value of CMAKE_INSTALL_PREFIX on linux is /usr/local

Copy link
Collaborator

@pospeselr pospeselr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm verified still builds in ricochet-build. Will cherry-pick to main, sorry for the delay!

@pospeselr
Copy link
Collaborator

cherry-picked and reworded as 6af9aed

Thanks @milahu!

@pospeselr pospeselr closed this Dec 20, 2023
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.

None yet

2 participants