Blender Git Loki
Git Commits -> Revision 35c7076
Revision 35c7076 by Sergey Sharybin (master) October 10, 2019, 08:39 (GMT) |
CMake: Allow to use pre-compiled CentOS libraries The goal is to make it able to use pre-compiled CentOS libraries on a more modern system. Main issue was that it's possible that the compiler on a newer version is defaulting to different C++11 ABI. This change makes it so that if there is NO native libraries in the lib folder and there IS pre-compiled CentOS folder, it will be used and compiler will be forced to old ABI. Differential Revision: https://developer.blender.org/D6031 |
Commit Details:
Full Hash: 35c707684befb2fe823ab1bfa002b34785c31841
Parent Commit: ea1174b
Lines Changed: +30, -4