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.
1 parent c2664d9 commit b0def96Copy full SHA for b0def96
cmake/OpenCVFindOpenEXR.cmake
@@ -88,7 +88,7 @@ FOREACH(SEARCH_PATH ${SEARCH_PATHS})
88
ocv_find_openexr("-${OPENEXR_VERSION}")
89
ocv_find_openexr("-${OPENEXR_VERSION}_s")
90
ocv_find_openexr("-${OPENEXR_VERSION}_d")
91
- ocv_find_openexr("-${OPEXEXR_VERSION}_s_d")
+ ocv_find_openexr("-${OPENEXR_VERSION}_s_d")
92
ocv_find_openexr("")
93
ocv_find_openexr("_s")
94
ocv_find_openexr("_d")
0 commit comments