From 1c3df7247864d840821e87a1ca4624a638285eff Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Mon, 21 Mar 2011 19:10:56 +0100 Subject: [PATCH] remove debugging message --- modules/gfx/src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gfx/src/CMakeLists.txt b/modules/gfx/src/CMakeLists.txt index b1f56c9cf..4f23812fd 100644 --- a/modules/gfx/src/CMakeLists.txt +++ b/modules/gfx/src/CMakeLists.txt @@ -189,7 +189,6 @@ if(WIN32) endif() if (USE_SHADER) - message("Compiling with Shader Support") list(APPEND OST_GFX_SOURCES shader.cc) list(APPEND OST_GFX_HEADERS shader.hh) list(APPEND OST_GFX_SOURCES impl/scene_fx.cc) -- GitLab