Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
156ac6c728020f904d49b2a3d45b5f155b06d22b
/
.
/
Tests
/
RunCMake
/
CompilerId
/
C.cmake
blob: 3bf943f49c21323f40eb5ac73254ce74035c6cc8 [
file
]
enable_language
(
C
)
message
(
STATUS
"CMAKE_C_COMPILER='${CMAKE_C_COMPILER}'"
)
message
(
STATUS
"CMAKE_C_COMPILER_ID='${CMAKE_C_COMPILER_ID}'"
)
message
(
STATUS
"CMAKE_C_COMPILER_VERSION='${CMAKE_C_COMPILER_VERSION}'"
)