Go to file
Sergey Sharybin 3e71006448 CMake: Followup to previous commit, try to ensure -ldl is always last
Seems CMake will rearrange and copy libraries which are passed to the linker
when some of the libraries is listed twice (for example, -lz from png libraries
and -l for blender itself). This was causing libopenimageio to be added somewhere
at the end of linking flags without -ldl followed after which was causing linking
issues.
2016-10-25 10:22:03 +02:00
build_files CMake: Followup to previous commit, try to ensure -ldl is always last 2016-10-25 10:22:03 +02:00
doc API doc: enable 'split index' option. 2016-10-23 17:48:31 +02:00
extern CUEW: Use latest upstream version 2016-09-30 10:36:11 +02:00
intern Cycles: Add AVX2 path to subsurface triangle intersection 2016-10-24 16:56:41 +02:00
release Displace modifier: add global/local space option for X/Y/Z/XYZ directions. 2016-10-23 14:35:46 +02:00
source Fix unlikely uninitialized pointer usage. 2016-10-24 10:25:58 +02:00
tests Fix undefined variable on errors in Cycles ctests. 2016-09-10 23:04:14 +02:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Update .gitignore to some more generated/non-git-stored files. 2016-08-21 22:40:57 +02:00
.gitmodules Add developer tools submodule 2016-07-15 01:28:00 +10:00
CMakeLists.txt Fix T49657: Audio backend "Jack" should be named "JACK". 2016-10-22 14:20:47 +02:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Cleanup: line length 2016-07-15 01:26:26 +10:00
make.bat [msvc] make.bat, no need to set the cuda path at all, cmake will figure it out on it's own. 2016-10-04 13:30:38 -06:00