CMake: minor edits

This commit is contained in:
Campbell Barton
2015-06-30 22:44:27 +10:00
parent c07bba1b05
commit 3bb698646a
3 changed files with 6 additions and 6 deletions

View File

@@ -1119,7 +1119,7 @@ if(UNIX AND NOT APPLE)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fuse-ld=gold")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fuse-ld=gold")
else()
message(INFO "GNU gold linker isn't available, using the default system linker.")
message(STATUS "GNU gold linker isn't available, using the default system linker.")
endif()
unset(LD_VERSION)