Remove debug print
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Sat, 1 Sep 2012 04:42:07 +0000 (08:42 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Sat, 1 Sep 2012 04:42:07 +0000 (08:42 +0400)
cmake/OpenCVPCHSupport.cmake

index f65e27f..16dbb06 100644 (file)
@@ -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}