From ca254dd37b5dd2c52a88d952569a20026fcae6cb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Apr 2011 23:31:01 +0000 Subject: add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own glew library. --- source/blender/blenfont/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenfont/CMakeLists.txt') diff --git a/source/blender/blenfont/CMakeLists.txt b/source/blender/blenfont/CMakeLists.txt index 4f211bdda17..15fbfaa2de2 100644 --- a/source/blender/blenfont/CMakeLists.txt +++ b/source/blender/blenfont/CMakeLists.txt @@ -29,7 +29,7 @@ set(INC ../editors/include ../blenkernel ../../../intern/guardedalloc - ../../../extern/glew/include + ${GLEW_INCLUDE_PATH} ${FREETYPE_INCLUDE_DIRS} ) -- cgit v1.2.3