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/gpu/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt index c79206a5641..fc7e3408683 100644 --- a/source/blender/gpu/CMakeLists.txt +++ b/source/blender/gpu/CMakeLists.txt @@ -32,9 +32,9 @@ set(INC ../imbuf ../makesdna ../makesrna - ../../../extern/glew/include ../../../intern/guardedalloc ../../../intern/smoke/extern + ${GLEW_INCLUDE_PATH} ) set(SRC -- cgit v1.2.3