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

Switching to absolute paths in CMake. Fixes #2449 #2451

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

LeStarch
Copy link
Collaborator

Related Issue(s)
Has Unit Tests (y/n)
Documentation Included (y/n)

Change Description

Switches to using ABSOLUTE instead of REALPATH within CMake to fix #2449 and step towards correct builds in sym-linked directories.

Future Work

Note any additional work that will be done relating to this issue.

@LeStarch
Copy link
Collaborator Author

LeStarch commented Jan 4, 2024

Note: while this corrects parts of the issue, FPP tools (implemented in Java) still deal in real-paths. This is not something that can be resolved as it is built into the Java world. Thus when passing paths to FPP we must convert to REALPATH within the FPP autocoder to properly allow symlink builds.

@LeStarch LeStarch requested a review from thomas-bc January 4, 2024 21:18
@LeStarch LeStarch merged commit 76d4e5b into nasa:devel Jan 8, 2024
34 checks passed
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.

CMake System Uses REALPATH in normalize_paths Incorrectly
2 participants