Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#5108 from donn/standalone_abc…
Browse files Browse the repository at this point in the history
…_fix

Fix building `rmp_abc_library` when `USE_SYSTEM_ABC` is set
  • Loading branch information
maliberty authored May 23, 2024
2 parents f0cc0ee + d040b69 commit 7899e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rmp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ target_link_libraries(rmp_abc_library
dbSta_lib
libabc
utl_lib
${ABC_LIBRARY}
)

if (Python3_FOUND AND BUILD_PYTHON)
Expand Down

0 comments on commit 7899e3b

Please sign in to comment.