Blender Git Loki
Git Commits -> Revision 5457c87
Revision 5457c87 by Campbell Barton (master) April 9, 2011, 11:16 (GMT) |
change in how cmake works with CMAKE_C_STANDARD_LIBRARIES / CMAKE_CXX_STANDARD_LIBRARIES. if not defined (first run) these are now set blank but can be defined later. the problem is that scons & cmake builds would link against different libraries since cmake added its own defaults. now, by default, scons & cmake have the same libraries. This fixes an obscure crash in MinGW where cmakes default linking with -ladvapi32 would crash on string formatting which used float precision as an argument, eg: printf("%.*f", 3, value); ...without giving a useful backtrace or pointing to the line of code doing the string formatting. |
Commit Details:
Full Hash: 5457c871ef71f69e9a17b9dcb462becf86c41577
SVN Revision: 36069
Parent Commit: d13df6c
Lines Changed: +25, -0
1 Modified Path:
/CMakeLists.txt (+25, -0) (Diff)