Skip to content

Commit 4b56960

Browse files
committed
Fix build error when no IPO warning suppression flags are supported
1 parent ed456b4 commit 4b56960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ foreach(flag ${FLEX_BISON_WARN_SUPPRESS_FLAGS_TO_CHECK})
185185
endforeach()
186186

187187
#Suppress IPO link warnings
188-
set(IPO_LINK_WARN_SUPRESS_FLAGS "")
188+
set(IPO_LINK_WARN_SUPRESS_FLAGS " ")
189189
set(IPO_LINK_WARN_SUPRESS_FLAGS_TO_CHECK
190190
"-Wno-null-dereference"
191191
)

0 commit comments

Comments
 (0)