Blender Git Commit Log

Git Commits -> Revision fdbedfe

January 20, 2015, 09:18 (GMT)
Fix gtest linking on ubuntu and do minor cleanup.

Generally for build systems, libraries that do not depend on other
libraries, such as system libraries, OpenGL etc always go at the end.

We could even get rid of some duplicate dependency libraries here but
auto duplication by build systems and differences between OSs make this
difficult.

GTest still duplicates all libraries twice to solve some issues which is
weird (maybe libs are not sorted correctly for some reason? needs
investigation)

Commit Details:

Full Hash: fdbedfef696c8212b20f165cc41e2c2811978def
Parent Commit: 1d0c238
Committed By: Campbell Barton
Lines Changed: +6, -12

2 Modified Paths:

/build_files/cmake/macros.cmake (+6, -11) (Diff)
/build_files/cmake/Modules/GTestTesting.cmake (+0, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021