-
Notifications
You must be signed in to change notification settings - Fork 171
Regression configuring IGC: INSTALL TARGETS given no LIBRARY DESTINATION #82
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
Comments
Hey Dmitry, Yes I saw this yesterday. This regression is caused by adding the GNUInstallDirs change (0770a37) I reverted the change internally and will be porting the change here today. |
I think 0770a37 might have 2 issues:
|
reverting patch may be a good temporary workaround, but are you working on debugging the issue for a real fix? One way to check if GnuInstallDirs is working is to do a message("muh libdir: ${CMAKE_INSTALL_LIBDIR}") right before the line with the error and make sure the variable is set when running cmake. |
Yes, work is in progress. |
I also noticed that most of the headers are not being installed with this patch. They appear to be installed with my version though but last time I tried mine, it was a slightly older commit. Did something change where headers are no longer being installed? |
I am configuring IGC as follows:
cmake -DLLVM_DIR=/home/dvrogozh/git/github/install.llvm8/lib/cmake/llvm -DCMAKE_INSTALL_PREFIX=/home/dvrogozh/git/github/install.llvm8 -DIGC_PREFERRED_LLVM_VERSION=8 ../igc/IGC
And get this error:
This is a regression:
I did not bisect yet.
The text was updated successfully, but these errors were encountered: