Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
87142bbd5f94de9591b0a5531e427a5f491f56fd
/
.
/
Tests
/
RunCMake
/
CompilerChange
/
SecondCompiler.cmake
blob: c87ec49522ea47b6460606bf65856afb61336471 [
file
]
enable_language
(
C
)
message
(
STATUS
"CMAKE_C_COMPILER is \"${CMAKE_C_COMPILER}\""
)
file
(
WRITE
"${CMAKE_CURRENT_BINARY_DIR}/cc.cmake"
"set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\")\n"
)