Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-07-09 23:16:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-09 23:16:32 +0400
commit65d1e27ff5b5d315a462c27d9e194561b78072ec (patch)
tree636d9011ad1ff897102d8e4e26d31bd1971830e1 /intern/ghost/test
parentd5984b2d50c25cdc97ebad70f00b37c523cd757e (diff)
fix for using uninitialized value in gpu_shader_material
Diffstat (limited to 'intern/ghost/test')
-rw-r--r--intern/ghost/test/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/ghost/test/CMakeLists.txt b/intern/ghost/test/CMakeLists.txt
index a012f6af61c..f834b55b387 100644
--- a/intern/ghost/test/CMakeLists.txt
+++ b/intern/ghost/test/CMakeLists.txt
@@ -82,8 +82,6 @@ add_library(bli_lib
"../../../source/blender/blenlib/intern/BLI_memarena.c"
)
-message(STATUS "EEEk ${SRC_NEW}")
-
find_package(OpenGL REQUIRED)