From 081c47e3df9819e025520ea7b77cc627cd4ccdbe Mon Sep 17 00:00:00 2001 From: Andrey Pavlenko Date: Fri, 31 May 2013 19:55:51 +0400 Subject: [PATCH] making the comment less ambigous --- cmake/OpenCVCompilerOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/OpenCVCompilerOptions.cmake b/cmake/OpenCVCompilerOptions.cmake index bded2d4..7a91b18 100644 --- a/cmake/OpenCVCompilerOptions.cmake +++ b/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) -- 2.7.4