Skip to content

Commit

Permalink
Remove stray variable
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Sep 12, 2023
1 parent d3d716b commit e3fc95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/CMake/FindOSMESA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ unset(OSMESA_NAMES)
mark_as_advanced(OSMESA_INCLUDE_DIR)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(OSMESA REQUIRED_VARS OSMESA_LIBRARY OSMESA_INCLUDE_DIR OSMESA_X_INCLUDE_DIR)
find_package_handle_standard_args(OSMESA REQUIRED_VARS OSMESA_LIBRARY OSMESA_INCLUDE_DIR)

if(OSMESA_FOUND)
set(OSMESA_INCLUDE_DIRS ${OSMESA_INCLUDE_DIR})
Expand Down

0 comments on commit e3fc95e

Please sign in to comment.