mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 01:47:45 +01:00
Fix error message if LTO does not available.
This commit is contained in:
parent
28112bab77
commit
130a6aad6a
@ -157,7 +157,7 @@ check_ipo_supported(RESULT HAVE_LTO OUTPUT LTO_ERROR)
|
||||
if(HAVE_LTO)
|
||||
message(STATUS "IPO / LTO enabled")
|
||||
else()
|
||||
message(STATUS "IPO / LTO not supported: <${LTO_ERROR}>")
|
||||
message(STATUS "IPO / LTO not supported: ${LTO_ERROR}")
|
||||
endif()
|
||||
|
||||
check_include_file("tgmath.h" HAVE_TGMATH_H)
|
||||
|
Loading…
Reference in New Issue
Block a user