-
Notifications
You must be signed in to change notification settings - Fork 3k
CMake: Use relative paths to list source files and directories #13882
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: Use relative paths to list source files and directories #13882
Conversation
The absolute path is still required for listing linker files as they are referenced from a function in the top level CMake input source file.
7bcb729
to
794e32d
Compare
@hugueskamba, thank you for your changes. |
I also noticed this in our examples today when merging PRs |
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.
LGTM
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
The absolute path is still required for listing linker
files as they are referenced from a function in the top
level CMake input source file.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers