[Bf-blender-cvs] [f1e1dbd] cycles-ptex-49: Fix typo in Ptex CMakeLists

Nicholas Bishop noreply at git.blender.org
Tue Feb 10 20:21:06 CET 2015


Commit: f1e1dbdc03e45aba062857d7892f18ae6231230f
Author: Nicholas Bishop
Date:   Tue Feb 10 20:20:38 2015 +0100
Branches: cycles-ptex-49
https://developer.blender.org/rBf1e1dbdc03e45aba062857d7892f18ae6231230f

Fix typo in Ptex CMakeLists

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

M	extern/ptex/CMakeLists.txt

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

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




More information about the Bf-blender-cvs mailing list