We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17233c6 + 14032c6 commit 7474ad8Copy full SHA for 7474ad8
cmake/OpenCVCompilerOptimizations.cmake
@@ -760,6 +760,8 @@ macro(ocv_add_dispatched_file filename)
760
set(__file "${CMAKE_CURRENT_BINARY_DIR}/${filename}.${OPT_LOWER}.cpp")
761
if(EXISTS "${__file}")
762
file(READ "${__file}" __content)
763
+ else()
764
+ set(__content "")
765
endif()
766
if(__content STREQUAL __codestr)
767
#message(STATUS "${__file} contains up-to-date content")
0 commit comments