From: Wook Song Date: Mon, 26 Nov 2018 10:08:31 +0000 (+0900) Subject: [Filter/CMAKE] Remove unnecessary message printing out X-Git-Tag: v0.0.3~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=955759c23517ff946bc30deb8f8fd761bbf27534;p=platform%2Fupstream%2Fnnstreamer.git [Filter/CMAKE] Remove unnecessary message printing out This patch removes unnecessary message printed out by the cmake script in the filter directory. Signed-off-by: Wook Song --- diff --git a/gst/tensor_filter/CMakeLists.txt b/gst/tensor_filter/CMakeLists.txt index 6ba3b66..3548a77 100644 --- a/gst/tensor_filter/CMakeLists.txt +++ b/gst/tensor_filter/CMakeLists.txt @@ -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}