CMake: update message
This commit is contained in:
parent
2d107cd396
commit
56df26fe82
|
@ -152,7 +152,7 @@ if(POLICY CMP0990)
|
||||||
include(CheckIPOSupported)
|
include(CheckIPOSupported)
|
||||||
check_ipo_supported(RESULT IPO_SUPPORTED LANGUAGES C Fortran)
|
check_ipo_supported(RESULT IPO_SUPPORTED LANGUAGES C Fortran)
|
||||||
if(IPO_SUPPORTED)
|
if(IPO_SUPPORTED)
|
||||||
message(STATUS "Building with link-time code generation")
|
message(STATUS "Building with interprocedural optimization")
|
||||||
set_property(TARGET ${OpenBLAS_LIBNAME} PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
|
set_property(TARGET ${OpenBLAS_LIBNAME} PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue