From: Andrey Kamaev Date: Sat, 1 Sep 2012 04:42:07 +0000 (+0400) Subject: Remove debug print X-Git-Tag: accepted/2.0/20130307.220821~364^2~215^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fb3851c7a77ee25f6acc2c9d54bbdd238da8753;p=profile%2Fivi%2Fopencv.git Remove debug print --- diff --git a/cmake/OpenCVPCHSupport.cmake b/cmake/OpenCVPCHSupport.cmake index f65e27f..16dbb06 100644 --- a/cmake/OpenCVPCHSupport.cmake +++ b/cmake/OpenCVPCHSupport.cmake @@ -113,7 +113,6 @@ MACRO(_PCH_GET_COMPILE_COMMAND out_command _input _output) SET(${out_command} ${CMAKE_CXX_COMPILER} ${pchsupport_compiler_cxx_arg1} ${_compile_FLAGS} -x c++-header -o ${_output} ${_input} ) - message("!!!!!!!!!!!!!!!!${${out_command}}!!!!") ELSE(CMAKE_CXX_COMPILER_ARG1) SET(${out_command} ${CMAKE_CXX_COMPILER} ${_compile_FLAGS} -x c++-header -o ${_output} ${_input}