From 2e840e56cfce44c93576085170d46373934cbebd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 1 Jul 2014 09:36:11 +1000 Subject: CMake: correct include dirs --- source/blender/datatoc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/datatoc') diff --git a/source/blender/datatoc/CMakeLists.txt b/source/blender/datatoc/CMakeLists.txt index 53fe8c32e9c..4c35a941757 100644 --- a/source/blender/datatoc/CMakeLists.txt +++ b/source/blender/datatoc/CMakeLists.txt @@ -53,7 +53,7 @@ if(NOT WITH_HEADLESS) ) endif() - include_directories(${PNG_INCLUDE_DIR}) + include_directories(${PNG_INCLUDE_DIRS}) link_directories(${PNG_LIBPATH} ${ZLIB_LIBPATH}) add_executable(datatoc_icon ${SRC}) -- cgit v1.2.3