Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
32388821e2fedfdfbe080897697c5f6d16357321
/
.
/
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"
)