From 56df26fe8210f7b47bd29c8d305babd333afd68e Mon Sep 17 00:00:00 2001 From: xoviat Date: Tue, 30 Jan 2018 14:50:28 -0600 Subject: [PATCH] CMake: update message --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d39c54c8f..9e3172a5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -152,7 +152,7 @@ if(POLICY CMP0990) include(CheckIPOSupported) check_ipo_supported(RESULT IPO_SUPPORTED LANGUAGES C Fortran) 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) endif() endif()