Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2020-08-27 07:20:34 +0300
committerRay Molenkamp <github@lazydodo.com>2020-08-27 07:20:34 +0300
commitbbf00a6231759f4a6426d6c28be723a915c3a02b (patch)
tree790b1a31d279b68d4dd17eb687e02a1a9b174b38 /CMakeLists.txt
parent7f3febf4c0d0d2aac2248dbc7c5782a6682ac79d (diff)
Cleanup: Fix build warning with MSVC and OSL
OSL requires RTTI to be off, this is done with the /GR- flag for MSVC, however /GR is in the default CXX flags leading to warning D9025 : overriding '/GR' with '/GR-' which cannot be suppressed. /GR is on by default and this flag is not required, so removing it from the default CXX flags makes it possible later use /GR- without generating warnings.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions