projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
CMake: correct include dirs
[blender.git]
/
intern
/
elbeem
/
CMakeLists.txt
diff --git
a/intern/elbeem/CMakeLists.txt
b/intern/elbeem/CMakeLists.txt
index 887abea360453f695af280982ec6663ad3d07052..30c5615f1d2c45ca725f960248b07ea19f1ea4c2 100644
(file)
--- a/
intern/elbeem/CMakeLists.txt
+++ b/
intern/elbeem/CMakeLists.txt
@@
-29,7
+29,7
@@
set(INC
)
set(INC_SYS
- ${PNG_INCLUDE_DIR}
+ ${PNG_INCLUDE_DIR
S
}
${ZLIB_INCLUDE_DIRS}
)