Skip to content

Commit 6b796e8

Browse files
committed
add status message if LTO not ON
1 parent c2b13d2 commit 6b796e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ if(LTO)
120120
message(STATUS "LTO not available: ${output}")
121121
endif(LTO_AVAILABLE)
122122
else()
123+
message(STATUS "LTO not enabled")
123124
set(LTO_AVAILABLE FALSE)
124125
endif()
125126

0 commit comments

Comments
 (0)