Skip to content
Snippets Groups Projects
Commit 1c3df724 authored by Marco Biasini's avatar Marco Biasini Committed by Andreas Schenk
Browse files

remove debugging message

parent c7a17e72
No related branches found
No related tags found
No related merge requests found
...@@ -189,7 +189,6 @@ if(WIN32) ...@@ -189,7 +189,6 @@ if(WIN32)
endif() endif()
if (USE_SHADER) if (USE_SHADER)
message("Compiling with Shader Support")
list(APPEND OST_GFX_SOURCES shader.cc) list(APPEND OST_GFX_SOURCES shader.cc)
list(APPEND OST_GFX_HEADERS shader.hh) list(APPEND OST_GFX_HEADERS shader.hh)
list(APPEND OST_GFX_SOURCES impl/scene_fx.cc) list(APPEND OST_GFX_SOURCES impl/scene_fx.cc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment