mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-25 11:19:39 +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)
|
if(HAVE_LTO)
|
||||||
message(STATUS "IPO / LTO enabled")
|
message(STATUS "IPO / LTO enabled")
|
||||||
else()
|
else()
|
||||||
message(STATUS "IPO / LTO not supported: <${LTO_ERROR}>")
|
message(STATUS "IPO / LTO not supported: ${LTO_ERROR}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
check_include_file("tgmath.h" HAVE_TGMATH_H)
|
check_include_file("tgmath.h" HAVE_TGMATH_H)
|
||||||
|
Loading…
Reference in New Issue
Block a user