From: jaekuk, lee Date: Thu, 21 Sep 2017 08:09:18 +0000 (+0900) Subject: Remove build warning X-Git-Tag: submit/tizen_4.0/20170921.083453^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15c81f504e79454bcc07eae8ef7fed0e51dd6f13;p=platform%2Fframework%2Fweb%2Fwrt-service.git Remove build warning This warning is about the parameters of the virtual function. SYSTEM option is added to remove build warning. Change-Id: I0de2ffc005013cd1d01d5b5134833ed3ad8067b9 Signed-off-by: jaekuk, lee --- diff --git a/src/node/CMakeLists.txt b/src/node/CMakeLists.txt old mode 100644 new mode 100755 index 9993db1..e17682a --- a/src/node/CMakeLists.txt +++ b/src/node/CMakeLists.txt @@ -92,7 +92,7 @@ INSTALL(TARGETS ${TARGET_NODE_SERVICEUTIL} DESTINATION ${NODE_PLUGIN_PATH}) #################################### dlog ######################################### PKG_CHECK_MODULES(nodedlog_pkgs REQUIRED dlog nodejs) -INCLUDE_DIRECTORIES ( +INCLUDE_DIRECTORIES (SYSTEM ${nodedlog_pkgs_INCLUDE_DIRS} )