Skip to content

Conversation

@openroad-ci
Copy link
Collaborator

Fixes #9257

Fix The-OpenROAD-Project#9257

Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
@maliberty maliberty enabled auto-merge January 14, 2026 22:19
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the CMake build scripts by replacing the deprecated swig_link_libraries command with the modern target_link_libraries. This is a good cleanup that aligns the code with current CMake best practices. The change is correct and has no functional impact as swig_link_libraries is just a wrapper for target_link_libraries. I approve of this change.

@maliberty maliberty merged commit b9da01c into The-OpenROAD-Project:master Jan 14, 2026
13 checks passed
@maliberty maliberty deleted the swig-deprecated-fix branch January 14, 2026 22:54
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.

get rid of "Warning: SWIG_LINK_LIBRARIES is deprecated. Use TARGET_LINK_LIBRARIES instead"

2 participants