Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Sep 15, 2023
1 parent a774dbe commit 6c62eb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/FindMyOpenCV.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ macro(vp_get_opencv_version_from_hpp FILENAME DEFINE VAR)
set(${__var} 0)
endif()
else()
message("Warning: Cannot retrive OpenCV version from non existing file ${FILENAME}. This may produce build issues.")
message("Warning: Cannot retrieve OpenCV version from non existing file ${FILENAME}. This may produce build issues.")
set(${__var} 0)
endif()
endmacro()
Expand Down Expand Up @@ -201,4 +201,3 @@ if(CMAKE_TOOLCHAIN_FILE AND I_AM_A_ROBOT)
endforeach()
endif()
endif()

0 comments on commit 6c62eb5

Please sign in to comment.