From 6f294500baa6135379f8d7dabca6ea90a1fd9415 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=82=A8=EA=B6=81=EC=84=9D/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Engineer/=EC=82=BC=EC=84=B1=EC=A0=84?= =?utf8?q?=EC=9E=90?= Date: Thu, 1 Nov 2018 17:37:39 +0900 Subject: [PATCH] [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 --- contrib/enco/test/caffe/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.7.4