Blender Git Loki
Git Commits -> Revision 5f5a8b8
October 18, 2019, 11:35 (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: 5f5a8b85963f896dd249162294f415992a7e052b
Parent Commit: a6724ea
Committed By: YimingWu
Lines Changed: +30, -4