Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
02cf404ace01ac4ea7a078dca75a817f95c3bdd3
/
.
/
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
()