Skip to content

Fix symlink install - #42

Draft
tpoignonec wants to merge 2 commits into
mainfrom
tpo/fix_symlink
Draft

Fix symlink install#42
tpoignonec wants to merge 2 commits into
mainfrom
tpo/fix_symlink

Conversation

@tpoignonec

Copy link
Copy Markdown
Member

No description provided.

@tpoignonec tpoignonec linked an issue Jun 4, 2025 that may be closed by this pull request
@tpoignonec

Copy link
Copy Markdown
Member Author

Remaining issue: how to detect a symlink install flag?

If possible (e.g., AMENT_SYMLINK_INSTALL or such), the following should work:

if(DEFINED ENV{AMENT_SYMLINK_INSTALL})
  message(STATUS "Symlink install is enabled.")
  # Symlink-install-specific logic here
else()
  message(STATUS "Symlink install is NOT enabled.")
  # Normal install logic here
endif()

@tpoignonec
tpoignonec marked this pull request as draft June 4, 2025 10:59
@tpoignonec tpoignonec self-assigned this Jun 4, 2025
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.

Cannot build with symlinks

1 participant