Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CompilerChange
/
EmptyCompiler-override.cmake
blob: 28d29e03eec3d7ae2e1869c2db73fa675f147205 [
file
] [
log
] [
blame
]
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"
)