Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
636df833809a1e51f7dd146fc8ea29adc77fe50d
/
.
/
Tests
/
RunCMake
/
TargetObjects
/
RunCMakeTest.cmake
blob: d2b3032bbdf85edc336ad9e26a1762be358a1312 [
file
]
include
(
RunCMake
)
run_cmake
(
NoTarget
)
run_cmake
(
NotObjlibTarget
)
if
(
RunCMake_GENERATOR
STREQUAL
"Xcode"
AND
"$ENV{CMAKE_OSX_ARCHITECTURES}"
MATCHES
"[;$]"
)
run_cmake
(
XcodeVariableNoGenexExpansion
)
endif
()