[Filter/CMAKE] Remove unnecessary message printing out
authorWook Song <wook16.song@samsung.com>
Mon, 26 Nov 2018 10:08:31 +0000 (19:08 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Tue, 27 Nov 2018 09:37:03 +0000 (09:37 +0000)
This patch removes unnecessary message printed out by the cmake script
in the filter directory.

Signed-off-by: Wook Song <wook16.song@samsung.com>
gst/tensor_filter/CMakeLists.txt

index 6ba3b66..3548a77 100644 (file)
@@ -53,7 +53,6 @@ IF(ENABLE_TENSORFLOW)
   TARGET_COMPILE_OPTIONS(tensor_filter_tfcoreStatic PUBLIC ${pkgs_CFLAGS_OTHER})
 ENDIF(ENABLE_TENSORFLOW)
 
-MESSAGE(filterOBJ ${FILTER_SOURCE})
 ADD_LIBRARY(tensor_filterOBJ OBJECT ${FILTER_SOURCE})
 
 INSTALL(TARGETS ${FILTER_TARGET}