Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CheckCompilerFlag
/
NotEnabledLanguage.cmake
blob: 14769a254e22058648336b01a557bb1f2cf33a2d [
file
] [
log
] [
blame
] [
edit
]
include
(
CheckCompilerFlag
)
check_compiler_flag
(
C
"int main() {return 0;}"
SHOULD_BUILD
)