projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
CMake: correct include dirs
[blender.git]
/
source
/
blender
/
imbuf
/
CMakeLists.txt
diff --git
a/source/blender/imbuf/CMakeLists.txt
b/source/blender/imbuf/CMakeLists.txt
index 4025a41b6a7788b2ebbc7b82bad755e137661ed3..e8977913948391488402858329dbb0cc4f1b9eca 100644
(file)
--- a/
source/blender/imbuf/CMakeLists.txt
+++ b/
source/blender/imbuf/CMakeLists.txt
@@
-36,7
+36,7
@@
set(INC
set(INC_SYS
${JPEG_INCLUDE_DIR}
- ${PNG_INCLUDE_DIR}
+ ${PNG_INCLUDE_DIR
S
}
${ZLIB_INCLUDE_DIRS}
)