Resync from internal VCS manually (#9159)
[hiphop-php.git] / build / fbcode_builder / CMake / FBCompilerSettings.cmake
blob585c953203c8fb3c767b0966a9213f5962ce0b69
1 # Copyright (c) Facebook, Inc. and its affiliates.
3 # This file applies common compiler settings that are shared across
4 # a number of Facebook opensource projects.
5 # Please use caution and your best judgement before making changes
6 # to these shared compiler settings in order to avoid accidentally
7 # breaking a build in another project!
9 if (WIN32)
10   include(FBCompilerSettingsMSVC)
11 else()
12   include(FBCompilerSettingsUnix)
13 endif()