From 5105ddae74d47c883dfef2a76ac43d6bac4e74da Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 2 Apr 2013 12:54:47 +0000 Subject: Missing GLEW path in CMake, fixes compile error in OS X. --- source/blender/editors/util/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/util') diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt index e0991c48fa6..53c23a8f853 100644 --- a/source/blender/editors/util/CMakeLists.txt +++ b/source/blender/editors/util/CMakeLists.txt @@ -32,7 +32,7 @@ set(INC ) set(INC_SYS - + ${GLEW_INCLUDE_PATH} ) set(SRC -- cgit v1.2.3