[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31080] branches/soc-2010-nicolasbishop/ extern/ptex/CMakeLists.txt: == Ptex ==

Nicholas Bishop nicholasbishop at gmail.com
Thu Aug 5 21:20:00 CEST 2010


Revision: 31080
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31080
Author:   nicholasbishop
Date:     2010-08-05 21:20:00 +0200 (Thu, 05 Aug 2010)

Log Message:
-----------
== Ptex ==

Cmake fix from mariusz.

Modified Paths:
--------------
    branches/soc-2010-nicolasbishop/extern/ptex/CMakeLists.txt

Modified: branches/soc-2010-nicolasbishop/extern/ptex/CMakeLists.txt
===================================================================
--- branches/soc-2010-nicolasbishop/extern/ptex/CMakeLists.txt	2010-08-05 19:01:59 UTC (rev 31079)
+++ branches/soc-2010-nicolasbishop/extern/ptex/CMakeLists.txt	2010-08-05 19:20:00 UTC (rev 31080)
@@ -1,4 +1,4 @@
-SET(INC src .)
+SET(INC ${ZLIB_INC} src .)
 
 SET(SRC
 	src/ptex/PtexCache.cpp





More information about the Bf-blender-cvs mailing list