fix: another attempt to fix conflict

Signed-off-by: Harsh Vardhan <openroad@chez-vardhan.com>
This commit is contained in:
Harsh Vardhan 2023-03-28 18:31:32 -07:00
parent c34f6bb67a
commit 31a77f2d72
1 changed files with 0 additions and 1 deletions

View File

@ -506,7 +506,6 @@ target_include_directories(OpenSTA
)
set(CXX_COMMON_FLAGS -Wall -Wextra -pedantic -Wcast-qual -Wredundant-decls -Wformat-security -Wp,-D_GLIBCXX_ASSERTIONS)
target_compile_options(OpenSTA
PRIVATE
$<$<CXX_COMPILER_ID:GNU>:${CXX_COMMON_FLAGS}>