Skip to content

Commit

Permalink
Fix typo for Mtdev pkgconfig target
Browse files Browse the repository at this point in the history
Change-Id: Id6e7057e8010f67ba1c8ce948abc59bc7abf7b7b
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Alexandru Croitor <[email protected]>
  • Loading branch information
sapiippo authored and alcroito committed Feb 11, 2020
1 parent c431e2d commit 9bab556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindMtdev.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ find_package(PkgConfig)

pkg_check_modules(Mtdev mtdev IMPORTED_TARGET)

if (NOT TARGET PkgConfig::MtDev)
if (NOT TARGET PkgConfig::Mtdev)
set(Mtdev_FOUND 0)
endif()

0 comments on commit 9bab556

Please sign in to comment.