Skip to content

Commit fa6ef53

Browse files
committed
Fix typo.
1 parent 09bd280 commit fa6ef53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ check_ipo_supported(RESULT IPO_SUPPORTED OUTPUT error)
161161

162162
if (IPO_SUPPORTED)
163163
if (LINUX)
164-
message(STATUS IPO/LTO supported but disabled for Linux")
164+
message(STATUS "IPO/LTO supported but disabled for Linux")
165165
else()
166166
message(STATUS "IPO/LTO supported")
167167

0 commit comments

Comments
 (0)