1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Remove debug print

This commit is contained in:
Andrey Kamaev
2012-09-01 08:42:07 +04:00
parent ce4ac2d74a
commit 3fb3851c7a
-1
View 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}