Browse Source

CMake: update message

pull/1438/head
xoviat GitHub 8 years ago
parent
commit
56df26fe82
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -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()


Loading…
Cancel
Save