You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It makes it so it's cumbersome to build multiple configurations of OpenSTA in the same worktree using different cmake build directories. This is useful for a couple purposes:
Different cmake configurations (Debug/Release)
Emulating different architectures (macOS x86-64/aarch64)
The line appears to be a vestige from an older build system, so I wonder if it can be removed. When I tried removing it, all that has had happened is that libOpenSTA.a is in the build directory instead of app.
The text was updated successfully, but these errors were encountered:
This line in CMakeLists.txt:
OpenSTA/CMakeLists.txt
Line 480 in 87418f2
It makes it so it's cumbersome to build multiple configurations of OpenSTA in the same worktree using different cmake build directories. This is useful for a couple purposes:
The line appears to be a vestige from an older build system, so I wonder if it can be removed. When I tried removing it, all that has had happened is that libOpenSTA.a is in the build directory instead of
app
.The text was updated successfully, but these errors were encountered: