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

Make xcpp*/kernel.json.in subsitution more portable #469

Merged

Conversation

serge-sans-paille
Copy link
Contributor

According to https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html

CMAKE_INSTALL_BINDIR can be either absolute or relative. Make sure we use the absolute value through CMAKE_INSTALL_FULL_BINDIR.

According to https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html

CMAKE_INSTALL_BINDIR can be either absolute or relative. Make sure we
use the absolute value through CMAKE_INSTALL_FULL_BINDIR.
@serge-sans-paille
Copy link
Contributor Author

serge-sans-paille commented Jan 15, 2023

this is a wip, I still need to sort out a few thing, please wait before considering reviewing this PR

@serge-sans-paille
Copy link
Contributor Author

no longer a wip, feel free to review :-)

@SylvainCorlay
Copy link
Member

I can't find a reference to CMAKE_INSTALL_FULL_BINDIR in the cmake documentation!

@JohanMabille
Copy link
Member

here you have documentation for the generic CMAKE_INSTALL_FULL_<dir>.

@SylvainCorlay
Copy link
Member

SylvainCorlay commented Jan 16, 2023

here you have documentation for the generic CMAKE_INSTALL_FULL_<dir>.

Great, then we should go ahead and make the fix in all xeus-based kernels.

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.

3 participants