Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CMP0219
/
CheckCSourceCompiles-OLD.cmake
blob: 27715d1913e4d4a4ba65a12b43118a03fec3a095 [
file
] [
edit
]
cmake_policy
(
SET CMP0219 OLD
)
enable_language
(
C
)
include
(
CheckCSourceCompiles
)
check_c_source_compiles
(
"int main() { return '\\0'; }"
RESULT
)