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. --- intern/ghost/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/ghost/CMakeLists.txt') diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index 6c86cf82f0e..0d7a64ddfa9 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -27,9 +27,9 @@ set(INC . ../string - ../../extern/glew/include ../../source/blender/imbuf ../../source/blender/makesdna + ${GLEW_INCLUDE_PATH} ) set(SRC -- cgit v1.2.3