-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: Rework CMake search path settings #880
Conversation
6b44e12
to
a178c3b
Compare
81742a7
to
c9454cd
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #880 +/- ##
==========================================
- Coverage 83.90% 83.62% -0.29%
==========================================
Files 74 75 +1
Lines 4387 4451 +64
==========================================
+ Hits 3681 3722 +41
- Misses 706 729 +23 ☔ View full report in Codecov by Sentry. |
docs/search_paths.md
Outdated
This variable is populated from the entry-point `cmake.module` and the option | ||
`search.modules` similar to [`CMAKE_PREFIX_PATH`] section. | ||
|
||
[`CMAKE_PREFIX_PATH`]: #cmake-prefix-path |
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 link does indeed work, but the CI is reporting as not working 🤷
5770c6a
to
732eab5
Compare
659e0cb
to
836c51e
Compare
(Sorry I'm a bit slow reviewing, classes start this week and I'm teaching again) |
Pulling out this fix from #880 for inclusion in a patch release. --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: Cristian Le <[email protected]>
57514c7
to
a6bccfa
Compare
65dd0d7
to
d5a437e
Compare
Conflict, and were you planning any extra tests? |
Signed-off-by: Cristian Le <[email protected]> Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
d5a437e
to
e8a5597
Compare
Yeah, forgot about that one. Added the tests for |
Signed-off-by: Cristian Le <[email protected]> Signed-off-by: Cristian Le <[email protected]>
c42678b
to
1bbcf1a
Compare
entry_points(group="cmake.root")
:cmake.root
overcmake.prefix
Closes #831
Closes #885
Relates to #860 (still keeping it open because it doesn't address the specific issue)