Remove some unnecessary cmake logging
This commit is contained in:
parent
ecea7f990e
commit
6cabf90aef
1 changed files with 0 additions and 4 deletions
|
@ -22,8 +22,6 @@ function(add_shader_command)
|
|||
DEPENDS ${SRC_FILENAME}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/shaders)
|
||||
|
||||
message(${SRC_FILENAME})
|
||||
|
||||
# return the actual filename
|
||||
set(${ARGS_OUT} ${OUTPUT_FILENAME} PARENT_SCOPE)
|
||||
endfunction()
|
||||
|
@ -59,8 +57,6 @@ function(add_shaders)
|
|||
add_custom_target(BuildShaders DEPENDS ${DST_FILES})
|
||||
endif()
|
||||
|
||||
message(${DST_FILES})
|
||||
|
||||
add_dependencies(${ARGS_TARGET} BuildShaders)
|
||||
endfunction()
|
||||
|
||||
|
|
Reference in a new issue