Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Affects version lookup on Xenial, now using non-deprecated function.
  • Loading branch information
PeterBowman committed Jul 15, 2018
1 parent df1c4f1 commit ec902e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/find-modules/FindXWiimote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(UNIX)
PATHS ${PC_XWiimote_LIBDIR})
endif()

set(XWiimote_VERSION ${PC_Xwiimote_VERSION})
set(XWiimote_VERSION ${PC_XWiimote_VERSION})
endif()

include(FindPackageHandleStandardArgs)
Expand Down

0 comments on commit ec902e4

Please sign in to comment.