Skip to content

Commit

Permalink
Fixed cmake warning calling find_package_handle_standard_args(...).
Browse files Browse the repository at this point in the history
  • Loading branch information
David Burken committed May 5, 2021
1 parent b49bb38 commit 3263310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeModules/Findossim.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ find_library(OSSIM_LIBRARY NAMES ${OSSIM_NAMES}
# This function sets OSSIM_FOUND if variables are valid.
#---
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args( OSSIM DEFAULT_MSG
find_package_handle_standard_args( ossim DEFAULT_MSG
OSSIM_LIBRARY
OSSIM_INCLUDE_DIR )

Expand Down

0 comments on commit 3263310

Please sign in to comment.