making the comment less ambigous

pull/941/head
Andrey Pavlenko 12 years ago
parent 6f006e50dc
commit 081c47e3df
  1. 2
      cmake/OpenCVCompilerOptions.cmake

@ -47,7 +47,7 @@ macro(add_extra_compiler_option option)
endif()
endmacro()
# some OpenCV tests fail when 'char' is 'unsigned' by default
# OpenCV fails some tests when 'char' is 'unsigned' by default
add_extra_compiler_option(-fsigned-char)
if(MINGW)

Loading…
Cancel
Save