Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
efe060b04f9d8d0e6072dd188e1b4c7f69e4e2b1
/
.
/
Tests
/
RunCMake
/
try_compile
/
ObjCStandard.cmake
blob: b2066f9575a7591957fdbca96ee79e8ba9c769b8 [
file
]
enable_language
(
OBJC
)
try_compile
(
result $
{
CMAKE_CURRENT_BINARY_DIR
}
SOURCES $
{
CMAKE_CURRENT_SOURCE_DIR
}/
src
.
m
OBJC_STANDARD
3
OUTPUT_VARIABLE
out
)
message
(
"try_compile output:\n${out}"
)