summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/gold/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gold/CMakeLists.txt b/tools/gold/CMakeLists.txt
index 887d896cd7..ceab0e1c02 100644
--- a/tools/gold/CMakeLists.txt
+++ b/tools/gold/CMakeLists.txt
@@ -20,7 +20,7 @@ else()
gold-plugin.cpp
)
-target_link_libraries(LLVMgold LTO)
+ target_link_libraries(LLVMgold LTO)
endif()