Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e9e94de9cb6661e5a7e16af7a448c1be6e1512cd
/
.
/
Modules
/
Compiler
/
Apple-Swift.cmake
blob: 190165a6a42d426fc629c6e8f10cb8d303eb25ad [
file
] [
log
] [
blame
]
if
(
CMAKE_Swift_COMPILER_VERSION VERSION_GREATER_EQUAL
3.0
)
set
(
CMAKE_Swift_COMPILE_OPTIONS_WARNING_AS_ERROR
-
warnings
-
as
-
errors
)
endif
()