[Bf-blender-cvs] [c1042a1] libmv_prediction: Libmv: Correct include dir to PNG library

Sergey Sharybin noreply at git.blender.org
Sat Sep 27 11:50:00 CEST 2014


Commit: c1042a19cb288c3f73cafec563649cb0c9c7720c
Author: Sergey Sharybin
Date:   Sat Sep 27 15:49:42 2014 +0600
Branches: libmv_prediction
https://developer.blender.org/rBc1042a19cb288c3f73cafec563649cb0c9c7720c

Libmv: Correct include dir to PNG library

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

M	extern/libmv/CMakeLists.txt
M	extern/libmv/bundle.sh

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

diff --git a/extern/libmv/CMakeLists.txt b/extern/libmv/CMakeLists.txt
index 3b7e689..2cf11cd 100644
--- a/extern/libmv/CMakeLists.txt
+++ b/extern/libmv/CMakeLists.txt
@@ -66,7 +66,7 @@ if(WITH_LIBMV)
 
 	list(APPEND INC_SYS
 		../Eigen3
-		${PNG_INCLUDE_DIR}
+		${PNG_INCLUDE_DIRS}
 		${ZLIB_INCLUDE_DIRS}
 	)
 
diff --git a/extern/libmv/bundle.sh b/extern/libmv/bundle.sh
index c28d7d0..1ac377e 100755
--- a/extern/libmv/bundle.sh
+++ b/extern/libmv/bundle.sh
@@ -159,7 +159,7 @@ if(WITH_LIBMV)
 
 	list(APPEND INC_SYS
 		../Eigen3
-		\${PNG_INCLUDE_DIR}
+		\${PNG_INCLUDE_DIRS}
 		\${ZLIB_INCLUDE_DIRS}
 	)




More information about the Bf-blender-cvs mailing list