[Bf-blender-cvs] [7a8170e] master: CMake: Only consider it INFO is ld.gold is missing

Campbell Barton noreply at git.blender.org
Mon May 4 10:34:27 CEST 2015


Commit: 7a8170e9c17780ea0751cceefee2331d7d04aedb
Author: Campbell Barton
Date:   Mon May 4 18:33:37 2015 +1000
Branches: master
https://developer.blender.org/rB7a8170e9c17780ea0751cceefee2331d7d04aedb

CMake: Only consider it INFO is ld.gold is missing

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 44f6b2f..ea1ca3d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1171,7 +1171,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(WARNING "GNU gold linker isn't available, using the default system linker.")
+			message(INFO "GNU gold linker isn't available, using the default system linker.")
 		endif ()
 		unset(LD_VERSION)




More information about the Bf-blender-cvs mailing list