From 611c82c30badc16ad8ba31d9f935cf57e47d927d Mon Sep 17 00:00:00 2001 From: ahb Date: Thu, 25 Sep 2014 23:38:36 +0200 Subject: [PATCH] cmake -DCVV_DEBUG_MODE= only belongs into tutorial --- modules/cvv/doc/cvv_api/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cvv/doc/cvv_api/index.rst b/modules/cvv/doc/cvv_api/index.rst index 348753b7e..1cf6ed7e7 100644 --- a/modules/cvv/doc/cvv_api/index.rst +++ b/modules/cvv/doc/cvv_api/index.rst @@ -11,8 +11,8 @@ Namespace for all functions is **cvv**, i.e. *cvv::showImage()*. Compilation: -* For development, i.e. for cvv GUI to show up, compile your code using cvv with *cmake -DCVV_DEBUG_MODE=ON* (or *g++ -DCVVISUAL_DEBUGMODE*). -* For release, i.e. cvv calls doing nothing, compile your code with *cmake -DCVV_DEBUG_MODE=OFF* (or *g++* without above flag). +* For development, i.e. for cvv GUI to show up, compile your code using cvv with *g++ -DCVVISUAL_DEBUGMODE*. +* For release, i.e. cvv calls doing nothing, compile your code without above flag. See cvv tutorial for a commented example application using cvv.