-
Notifications
You must be signed in to change notification settings - Fork 450
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
CMake fixes: #3437
CMake fixes: #3437
Conversation
- Added FindVGM.cmake to amend the target provided by VGM installation - Fixed test-root-macro.sh.in (removed LD_LIBRARY_PATH from the libraries list))
dependencies/FindVGM.cmake
Outdated
endif() | ||
|
||
# VGM uses namespace since 4.7 | ||
message(STATUS ${VGM_VERSION}) |
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.
is the message intended or a leftover from the testing phase ?
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.
This was for debugging; I will remove it.
@ihrivnac I guess we hit a problem on CC7. Yesterday I wondered why in the first place I've put the LD_LIBRARY_PATH in the test-root-macros but could not remember. I think that is the reason... Might require some investigation to see if / how we can deal properly both with Mac and CC7 but meanwhile I would propose to remove the change in test-root-macro from this PR and just keep the FindVGM one, to get the other (alidist) PR go through. What do you think ? |
@aphecetche , thank you. I update the brach. |
Added FindVGM.cmake to amend the target provided by the VGM installation)