mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Remove debug print
This commit is contained in:
parent
ce4ac2d74a
commit
3fb3851c7a
@ -113,7 +113,6 @@ MACRO(_PCH_GET_COMPILE_COMMAND out_command _input _output)
|
|||||||
SET(${out_command}
|
SET(${out_command}
|
||||||
${CMAKE_CXX_COMPILER} ${pchsupport_compiler_cxx_arg1} ${_compile_FLAGS} -x c++-header -o ${_output} ${_input}
|
${CMAKE_CXX_COMPILER} ${pchsupport_compiler_cxx_arg1} ${_compile_FLAGS} -x c++-header -o ${_output} ${_input}
|
||||||
)
|
)
|
||||||
message("!!!!!!!!!!!!!!!!${${out_command}}!!!!")
|
|
||||||
ELSE(CMAKE_CXX_COMPILER_ARG1)
|
ELSE(CMAKE_CXX_COMPILER_ARG1)
|
||||||
SET(${out_command}
|
SET(${out_command}
|
||||||
${CMAKE_CXX_COMPILER} ${_compile_FLAGS} -x c++-header -o ${_output} ${_input}
|
${CMAKE_CXX_COMPILER} ${_compile_FLAGS} -x c++-header -o ${_output} ${_input}
|
||||||
|
Loading…
Reference in New Issue
Block a user