-
-
Notifications
You must be signed in to change notification settings - Fork 113
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 local installation on Linux #393
Comments
This is probably related it #191. |
@algo99 is your patch still needed? Can you create a merge request if yes? |
Just tested with the current master, without the patch the same result (wrong paths) as described above. |
Murmele
added a commit
that referenced
this issue
Feb 17, 2023
* Fix local installation paths on Linux, see issue #393
Yea, now it works as it should be. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I noticed by a local installation on Linux (Fedora-37) after:
$ cd build/release $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../.. $ ninja $ sudo ninja install
these files are installed not at the usual place:
The next patch solves this problem for me:
git diff
The text was updated successfully, but these errors were encountered: