-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feature/cmake export targets #238
Conversation
…er python interface stuff is still broken
…rking on python build
…uld be working with python version now, temporarily using different branches for polyclipper and pyb11generator
…odules and relevant cmake variable names
…d lib to directory to INSTALL_RPATH for CXX targets
…d added variable for setting a separate install location for it, add a build-dir option to host-config-build.py
…ding to PR comments, updated submodules
…ame as input, added variable name input for these function calls, moved the install and export calls into the TPL function, merged lists for source CMakeList.txt
…branches and update them
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 looks good to go for me, a lot of good improvements to our build system here and I'm sure our users will appreciate the export targets for their own build systems. If you could fill out some information about the changes made here in the PR description and in RELEASE_NOTES then once tests pass in LLNLSpheral with this commit we can merge.
@jmikeowen may want to take a pass at this too.
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.
Yep, looks good to go to me.
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.
Good to go
Summary
find_package
for importing into another project.ToDo :
RELEASE_NOTES.md
with notable changes.