Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
This typo just made me lose my mind on the conan package update. please merge.
  • Loading branch information
Murazaki authored and Mahdi Benadel committed Jun 12, 2020
1 parent c2664d9 commit b0def96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenCVFindOpenEXR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ FOREACH(SEARCH_PATH ${SEARCH_PATHS})
ocv_find_openexr("-${OPENEXR_VERSION}")
ocv_find_openexr("-${OPENEXR_VERSION}_s")
ocv_find_openexr("-${OPENEXR_VERSION}_d")
ocv_find_openexr("-${OPEXEXR_VERSION}_s_d")
ocv_find_openexr("-${OPENEXR_VERSION}_s_d")
ocv_find_openexr("")
ocv_find_openexr("_s")
ocv_find_openexr("_d")
Expand Down

0 comments on commit b0def96

Please sign in to comment.