Skip to content

Commit

Permalink
cmake: Fix Vulkan qt_find_package call
Browse files Browse the repository at this point in the history
Change-Id: I4494d6d7dc2cd0b5afed5bb9d591b62627cbc49d
Reviewed-by: Alexandru Croitor <[email protected]>
  • Loading branch information
jcelerier committed May 2, 2019
1 parent b26a52e commit 417e714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ qt_find_package(GLESv2)
set_package_properties(GLESv2 PROPERTIES TYPE OPTIONAL)
qt_find_package(Tslib PROVIDED_TARGETS PkgConfig::Tslib)
set_package_properties(Tslib PROPERTIES TYPE OPTIONAL)
qt_find_package(Vulkan)
qt_find_package(Vulkan PROVIDED_TARGETS Vulkan::Vulkan)
set_package_properties(Vulkan PROPERTIES TYPE OPTIONAL)
qt_find_package(Wayland)
set_package_properties(Wayland PROPERTIES TYPE OPTIONAL)
Expand Down

0 comments on commit 417e714

Please sign in to comment.