Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Sep 23, 2024
1 parent 09bd280 commit fa6ef53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ check_ipo_supported(RESULT IPO_SUPPORTED OUTPUT error)

if (IPO_SUPPORTED)
if (LINUX)
message(STATUS IPO/LTO supported but disabled for Linux")
message(STATUS "IPO/LTO supported but disabled for Linux")
else()
message(STATUS "IPO/LTO supported")

Expand Down

0 comments on commit fa6ef53

Please sign in to comment.