Skip to content

Commit 724ced2

Browse files
Merge pull request #3140 from AlexandreSinger/feature-cmake-typo
[Cmake] Fixed Typo in Cmake Comment
2 parents 4d194a3 + e1a4dd9 commit 724ced2

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
@@ -231,7 +231,7 @@ endforeach()
231231
# When IPO is turned on, it sometimes leads to false positives for warnings
232232
# since it checks for warnings after some of the source files have been compiled.
233233
# We globally suppress these warnings here. Any CMake executable which is added
234-
# after this line.
234+
# after this line will have these warnings suppressed at link time.
235235
if (CMAKE_INTERPROCEDURAL_OPTIMIZATION)
236236
message(STATUS "IPO: Suppressing known VTR warnings.")
237237
add_link_options(-Wno-alloc-size-larger-than # libarchfpga allocates C-style arrays using integers.

0 commit comments

Comments
 (0)