Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
ParseImplicitLinkInfo
/
CheckCompilerLinkerId.cmake
blob: a6a56ca96c917ce003b33706c4d5589d9021be8f [
file
] [
log
] [
blame
] [
edit
]
enable_language
(
C
)
if
(
NOT CMAKE_C_COMPILER_LINKER OR NOT CMAKE_C_COMPILER_LINKER_ID
)
message
(
FATAL_ERROR
"Failed to determine Linker."
)
endif
()