projects
/
profile
/
ivi
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ce4ac2d
)
Remove debug print
author
Andrey Kamaev
<andrey.kamaev@itseez.com>
Sat, 1 Sep 2012 04:42:07 +0000
(08:42 +0400)
committer
Andrey Kamaev
<andrey.kamaev@itseez.com>
Sat, 1 Sep 2012 04:42:07 +0000
(08:42 +0400)
cmake/OpenCVPCHSupport.cmake
patch
|
blob
|
history
diff --git
a/cmake/OpenCVPCHSupport.cmake
b/cmake/OpenCVPCHSupport.cmake
index
f65e27f
..
16dbb06
100644
(file)
--- 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}
)
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}
ELSE(CMAKE_CXX_COMPILER_ARG1)
SET(${out_command}
${CMAKE_CXX_COMPILER} ${_compile_FLAGS} -x c++-header -o ${_output} ${_input}