From: 남궁석/동작제어Lab(SR)/Engineer/삼성전자 Date: Thu, 1 Nov 2018 08:37:39 +0000 (+0900) Subject: [enco] Update comment of caffe enco test option name (#2090) X-Git-Tag: nncc_backup~1432 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f294500baa6135379f8d7dabca6ea90a1fd9415;p=platform%2Fcore%2Fml%2Fnnfw.git [enco] Update comment of caffe enco test option name (#2090) This commit will update comment of `ENCO_CAFFE_TEST` option Signed-off-by: Seok NamKoong --- diff --git a/contrib/enco/test/caffe/CMakeLists.txt b/contrib/enco/test/caffe/CMakeLists.txt index 3f3e43e..f70c6ef 100644 --- a/contrib/enco/test/caffe/CMakeLists.txt +++ b/contrib/enco/test/caffe/CMakeLists.txt @@ -1,4 +1,4 @@ -option(ENCO_CAFFE_TEST "Build and run Caffe tests" ON) +option(ENCO_CAFFE_TEST "Enable enco test for caffe" ON) if(NOT ENCO_CAFFE_TEST) return()