Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CompilerChange
/
FirstCompiler.cmake
blob: c87ec49522ea47b6460606bf65856afb61336471 [
file
] [
log
] [
blame
]
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"
)