Advertisement
Guest User

blender-2.65a-externcmake_true.patch

a guest
Feb 16th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.83 KB | None | 0 0
  1. --- extern/CMakeLists.txt.orig  2013-02-13 23:14:16.349715632 +0100                                                              
  2. +++ extern/CMakeLists.txt       2013-02-13 23:14:59.693757162 +0100
  3. @@ -26,11 +26,11 @@
  4.  # Otherwise we get warnings here that we cant fix in external projects
  5.  remove_strict_flags()
  6.  
  7. -add_subdirectory(colamd)
  8. +#add_subdirectory(colamd)
  9.  
  10. -if(WITH_BULLET)
  11. -       add_subdirectory(bullet2)
  12. -endif()
  13. +#if(WITH_BULLET)
  14. +#      add_subdirectory(bullet2)
  15. +#endif()
  16.  
  17.  # now only available in a branch
  18.  #if(WITH_MOD_CLOTH_ELTOPO)
  19. @@ -41,9 +41,9 @@
  20.         add_subdirectory(binreloc)
  21.  endif()
  22.  
  23. -if(NOT WITH_SYSTEM_GLEW)
  24. -       add_subdirectory(glew)
  25. -endif()
  26. +#if(NOT WITH_SYSTEM_GLEW)
  27. +#      add_subdirectory(glew)
  28. +#endif()
  29.  
  30.  if(WITH_GAMEENGINE)
  31.         add_subdirectory(recastnavigation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement