From 31a77f2d723366a180c308ebe623e89109e266e1 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Tue, 28 Mar 2023 18:31:32 -0700 Subject: [PATCH] fix: another attempt to fix conflict Signed-off-by: Harsh Vardhan --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5643519..30d013cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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_COMMON_FLAGS}>