Blender Git Loki
Git Commits -> Revision 6106d91
Revision 6106d91 by Campbell Barton (master) March 6, 2011, 11:41 (GMT) |
CMake: Linux/Unix Only, use 'install' target rather then copying files with post-build commands. Main change is that you need to run 'make install', which copies files to ./bin by default unless WITH_INSTALL_PORTABLE is OFF, where CMAKE_INSTALL_PREFIX is used for a typical unix-system install. |
Commit Details:
Full Hash: 6106d919c3654f0273be1d2eb7f7792fcd1a69ca
SVN Revision: 35370
Parent Commit: a9f08f6
Lines Changed: +111, -104