Blender Git Commit Log

Git Commits -> Revision e02af84

Revision e02af84 by Antonis Ryakiotakis (master)
January 8, 2015, 16:17 (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: e02af840e1fbafd068d527ade70146141ab16946
Parent Commit: 60e70c0
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