Blender Git Commit Log

Git Commits -> Revision c7a5c48

Revision c7a5c48 by Sergey Sharybin (master)
April 21, 2017, 10:01 (GMT)
CMake: Add option to link against system-wide Gflags library

It is disabled by default, so should not affect existing configurations.

Main benefits of this goes as:

- Linux distros can use that to avoid libraries duplication and link
blender package against gflags package from the system.

- It it easier to test whether Blender works with updated version of
Gflags prior to re-bundling the library.

Commit Details:

Full Hash: c7a5c48cbad0062c55bf9fa6df2926646b2c3091
Parent Commit: 55a3d48
Lines Changed: +660, -29

1 Added Path:

/build_files/cmake/Modules/FindGflags.cmake (+603, -0) (View)

13 Modified Paths:

/build_files/cmake/macros.cmake (+7, -1) (Diff)
/build_files/cmake/Modules/GTestTesting.cmake (+2, -2) (Diff)
/CMakeLists.txt (+22, -6) (Diff)
/extern/CMakeLists.txt (+3, -1) (Diff)
/intern/cycles/app/CMakeLists.txt (+1, -1) (Diff)
/intern/cycles/cmake/external_libs.cmake (+0, -3) (Diff)
/intern/libmv/bundle.sh (+1, -1) (Diff)
/intern/libmv/CMakeLists.txt (+2, -1) (Diff)
/intern/libmv/intern/logging.cc (+12, -10) (Diff)
/source/blenderplayer/CMakeLists.txt (+4, -1) (Diff)
/tests/gtests/CMakeLists.txt (+1, -0) (Diff)
/tests/gtests/testing/CMakeLists.txt (+1, -1) (Diff)
/tests/gtests/testing/testing_main.cc (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021