Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CompilerNotFound
/
BadCompilerCandCXX.cmake
blob: 2b6fa6126db155a5addad817a25f8b596cc7178c [
file
]
set
(
CMAKE_C_COMPILER
"no-C-compiler"
)
set
(
CMAKE_CXX_COMPILER
"no-CXX-compiler"
)
project
(
BadCompilerCandCXXInner
C CXX
)
message
(
FATAL_ERROR
"This error should not be reached."
)