Blender Git Commit Log

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

2 Modified Paths:

/build_files/cmake/platform/platform_unix.cmake (+19, -3) (Diff)
/CMakeLists.txt (+11, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021