[Bf-blender-cvs] [dafa320] cycles-ptex-49: Sync up Ptex include dirs between SCons and CMake

Nicholas Bishop noreply at git.blender.org
Mon Feb 9 14:35:39 CET 2015


Commit: dafa3204d1301ebea3e480d27a1190a37364a5ef
Author: Nicholas Bishop
Date:   Mon Feb 9 14:34:18 2015 +0100
Branches: cycles-ptex-49
https://developer.blender.org/rBdafa3204d1301ebea3e480d27a1190a37364a5ef

Sync up Ptex include dirs between SCons and CMake

===================================================================

M	extern/ptex/CMakeLists.txt

===================================================================

diff --git a/extern/ptex/CMakeLists.txt b/extern/ptex/CMakeLists.txt
index e6d8acd..e411773 100644
--- a/extern/ptex/CMakeLists.txt
+++ b/extern/ptex/CMakeLists.txt
@@ -40,6 +40,7 @@ set(SRC
 if(WITH_OPENIMAGEIO)
 	list(APPEND INC_SYS
 		${OPENIMAGEIO_INCLUDE_DIRS}
+		${BOOST_INCLUDE_DIRS}
 	)
 	add_definitions(-DWITH_OPENIMAGEIO)
 endif()




More information about the Bf-blender-cvs mailing list