Blender Git Commit Log
Git Commits -> Revision 1bd0db5
Revision 1bd0db5 by Campbell Barton (master) January 25, 2011, 14:43 (GMT) |
use cmake defined names for jpeg, png, zlib and python libs, building on *nix with non-standard libjpeg/png/zlib locations was broken. in the case of python this makes it easier to move to find_package(PythonLibs) when 3.x is supported. |
Commit Details:
Full Hash: 1bd0db59f4750dd9603d82544f63d89f53288a93
SVN Revision: 34486
Parent Commit: da2b490
Lines Changed: +59, -58
23 Modified Paths:
/build_files/cmake/macros.cmake (+3, -3) (Diff)
/CMakeLists.txt (+27, -26) (Diff)
/doc/build_systems/cmake.txt (+2, -2) (Diff)
/intern/audaspace/CMakeLists.txt (+1, -1) (Diff)
/intern/elbeem/CMakeLists.txt (+2, -2) (Diff)
/intern/smoke/CMakeLists.txt (+2, -2) (Diff)
/source/blender/avi/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+2, -2) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenloader/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/space_script/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/space_text/CMakeLists.txt (+1, -1) (Diff)
/source/blender/imbuf/CMakeLists.txt (+3, -3) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -1) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -1) (Diff)
/source/blender/python/generic/CMakeLists.txt (+1, -1) (Diff)
/source/blender/python/intern/CMakeLists.txt (+1, -1) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+1, -1) (Diff)
/source/gameengine/CMakeLists.txt (+1, -1) (Diff)
/source/gameengine/GamePlayer/common/CMakeLists.txt (+3, -3) (Diff)
/source/gameengine/GamePlayer/ghost/CMakeLists.txt (+1, -1) (Diff)
/source/gameengine/Physics/Bullet/CMakeLists.txt (+1, -1) (Diff)
/source/gameengine/Rasterizer/CMakeLists.txt (+1, -1) (Diff)
/CMakeLists.txt (+27, -26) (Diff)
/doc/build_systems/cmake.txt (+2, -2) (Diff)
/intern/audaspace/CMakeLists.txt (+1, -1) (Diff)
/intern/elbeem/CMakeLists.txt (+2, -2) (Diff)
/intern/smoke/CMakeLists.txt (+2, -2) (Diff)
/source/blender/avi/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+2, -2) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenloader/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/space_script/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/space_text/CMakeLists.txt (+1, -1) (Diff)
/source/blender/imbuf/CMakeLists.txt (+3, -3) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -1) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -1) (Diff)
/source/blender/python/generic/CMakeLists.txt (+1, -1) (Diff)
/source/blender/python/intern/CMakeLists.txt (+1, -1) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+1, -1) (Diff)
/source/gameengine/CMakeLists.txt (+1, -1) (Diff)
/source/gameengine/GamePlayer/common/CMakeLists.txt (+3, -3) (Diff)
/source/gameengine/GamePlayer/ghost/CMakeLists.txt (+1, -1) (Diff)
/source/gameengine/Physics/Bullet/CMakeLists.txt (+1, -1) (Diff)
/source/gameengine/Rasterizer/CMakeLists.txt (+1, -1) (Diff)