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-26 19:04:24 +0300
committerRay Molenkamp <github@lazydodo.com>2020-08-26 19:04:24 +0300
commitb028a43245afeb73ca1b35a3698fbbd329d1f100 (patch)
tree291561de9c88c1c183d23aa83292e846e11f5117 /source/blender/editors/space_outliner/outliner_select.c
parent3185e17844caa72d2922994a16f0f50333adbbc8 (diff)
Cleanup:Remove C++14 flags from extern/quadriflow
The main CMakeLists.txt specifies C++17, quadriflow tries to add C++14 flags leading to the following warnings when building with MSVC Command line warning D9025 : overriding '/std:c++17' with '/std:c++14` This change removes the C++14 flags, and fixes a build error caused by the removal of `std::unary_function` in C++17 in the .obj loader (which isn't used by blender) Reviewed By: zeddb Differential Revision: https://developer.blender.org/D8720
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_select.c')
0 files changed, 0 insertions, 0 deletions