aboutsummaryrefslogtreecommitdiff
path: root/cmake/options.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/options.cmake')
-rw-r--r--cmake/options.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake
index 9cc6f9cbe87..0097df809be 100644
--- a/cmake/options.cmake
+++ b/cmake/options.cmake
@@ -55,3 +55,7 @@ set(WITH_SOURCE_TREE "hierarchical" CACHE STRING "Build the source tree for I
set_property(CACHE WITH_SOURCE_TREE PROPERTY STRINGS no flat hierarchical hierarchical-folders)
option(WITHOUT_GIT "Disable the GIT testing routines" 0)
option(BUILD_TESTING "Build test suite" 0)
+
+if(UNIX)
+ option(USE_LD_GOLD "Use GNU gold linker" 0)
+endif()