Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-05-04 11:33:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-05-04 11:33:37 +0300
commit7a8170e9c17780ea0751cceefee2331d7d04aedb (patch)
tree7f6ed227412cfef218387b7fc5bcc38c0977cfb7 /CMakeLists.txt
parent4edc9d50fddd7119dd664d48ecb1086c7baf1e37 (diff)
CMake: Only consider it INFO is ld.gold is missing
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 44f6b2f8752..ea1ca3d37b2 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)