From: Anatoly Baksheev Date: Fri, 11 Mar 2011 13:31:40 +0000 (+0000) Subject: minor (fixed log message) X-Git-Tag: accepted/2.0/20130307.220821~3426 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3e813517dbe164721586379f75d4ef0e589a294;p=profile%2Fivi%2Fopencv.git minor (fixed log message) --- diff --git a/modules/gpu/FindNPP.cmake b/modules/gpu/FindNPP.cmake index 82fa37e..efde017 100644 --- a/modules/gpu/FindNPP.cmake +++ b/modules/gpu/FindNPP.cmake @@ -99,7 +99,7 @@ endif() if(NOT EXISTS ${CUDA_NPP_LIBRARIES} OR NOT EXISTS ${CUDA_NPP_INCLUDES}/npp.h) set(CUDA_NPP_FOUND FALSE) - message(FATAL_ERROR "NPP headers/libraries are not found. Please specify CUDA_NPP_LIBRARY_ROOT_DIR in CMake or set $NPP_ROOT_DIR.") + message(FATAL_ERROR "NPP headers/libraries are not found. Please specify CUDA_NPP_LIBRARY_ROOT_DIR in CMake or set $CUDA_NPP_ROOT.") endif() include( FindPackageHandleStandardArgs )