Blender Git Loki
Git Commits -> Revision b028a43
Revision b028a43 by Ray molenkamp (master) August 26, 2020, 16:04 (GMT) |
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 |
Commit Details:
Full Hash: b028a43245afeb73ca1b35a3698fbbd329d1f100
Parent Commit: 3185e17
Lines Changed: +13, -4