Blender Git Commit Log
Git Commits -> Revision a5b2aa9
Revision a5b2aa9 by Sybren A. Stüvel (master) July 27, 2020, 15:29 (GMT) |
CMake: reject older GCC version when using precompiled Linux libraries In the situation where the precompiled libraries are used on Linux + GCC, a version of GCC older than 9.3 is guaranteed to cause problems. This just implents a fatal error message when we know it doesn't make sense to continue. We could do more checks and add some warnings, but it's very likely that these will be ignored amongst the other noise. Reviewed By: sergey, brecht Differential Revision: https://developer.blender.org/D8396 |
Commit Details:
Full Hash: a5b2aa96e4a72b9270462a59d6317a0659e8c6e2
Parent Commit: d64e171
Lines Changed: +5, -0
1 Modified Path:
/build_files/cmake/platform/platform_unix.cmake (+5, -0) (Diff)