diff --git a/modules/gfx/src/CMakeLists.txt b/modules/gfx/src/CMakeLists.txt index b1f56c9cfad89ef3f17a3742a8acd3373c695b06..4f23812fd1120c170b45ff54ace477657314d9f2 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)