-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f2f61e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reason I put in that hack was to get the release working. I think some packages were not finding the lib. I could have messed something else up, so feel free to undo this change. I would prefer fixing this actually.
f2f61e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GNUInstallDirs
will respect the variable is you set it up before, so something like:cmake .. -DCMAKE_INSTALL_LIBDIR=lib
when running the release would be enough and will respect the GNUInstallDirs and other values set manually.