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
path: root/intern
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2021-07-15 00:17:02 +0300
committerRay Molenkamp <github@lazydodo.com>2021-07-15 00:17:02 +0300
commitebf7673f83aea30dc126f0997c9c6f42f2cf5d9e (patch)
treeb83c80fa1ba24353158d90ad83be8f269e024f04 /intern
parent093074aefe87259882b56a911d8eeb311408ff14 (diff)
CMake: Have CMake Control the C++ version.
We were manually setting the compiler flags for C++17 support for this previously. CMake can do this for us in a uniform way without having to worry about compiler specifics. Setting these flags manually somehow brought out some unwanted behaviour (CMake switching back to C++14) in the nightly CMake builds. Unsure if that's a CMake bug or planned new behaviour for future version, but best to play it safe. These flags are supported since CMake 3.1 so should not break anything. Reviewed by: Campbell Barton Differential Revision: https://developer.blender.org/D11891
Diffstat (limited to 'intern')
0 files changed, 0 insertions, 0 deletions