diff options
Diffstat (limited to 'Modules/Platform/Linker/Linux-GNUgold-C.cmake')
-rw-r--r-- | Modules/Platform/Linker/Linux-GNUgold-C.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Linker/Linux-GNUgold-C.cmake b/Modules/Platform/Linker/Linux-GNUgold-C.cmake index 2d0efda..929ac88 100644 --- a/Modules/Platform/Linker/Linux-GNUgold-C.cmake +++ b/Modules/Platform/Linker/Linux-GNUgold-C.cmake @@ -2,3 +2,5 @@ # file Copyright.txt or https://cmake.org/licensing for details. include(Platform/Linker/Linux-GNU-C) + +set(CMAKE_C_PLATFORM_LINKER_ID GNUgold) |