-
Notifications
You must be signed in to change notification settings - Fork 14
cmake: make pre-built library discoverable via CMake configuration files #7
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
base: master
Are you sure you want to change the base?
cmake: make pre-built library discoverable via CMake configuration files #7
Conversation
316e211 to
da0962a
Compare
|
I force-pushed to update the PR and take care of the extra |
wjakob
left a comment
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.
A few more questions/followups (sorry, I'm not so familiar with the CMake install workflow)
e62ba9a to
a9535a7
Compare
|
After reading through the CMake docs, I've switched to use |
Co-Authored-By: Someone Serge <sergei.kozlukov@aalto.fi>
a9535a7 to
dd0259f
Compare
7bfbde5 to
9d8b8bd
Compare
|
Hi @ConnorBaker -- sorry for dropping the ball on this. Could I ask you to rebase this PR on top of master? |
Initial work, started by @SomeoneSerge to add Mitsuba 3 to Nixpkgs: NixOS/nixpkgs#269378
This PR adds the ability to make
nanothreaddiscoverable via CMake instead of requiring projects vendor it in-tree.Additionally, it allows testing through CMake by using CTests