Skip to content

Commit

Permalink
xf86vidmodeproto: Generate CMake config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Sep 27, 2017
1 parent 0bde584 commit 9227249
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/projects/xf86vidmodeproto/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ set(xf86vidmodeproto_dependencies
)
hunter_cmake_args(
xf86vidmodeproto
CMAKE_ARGS # do not use double quotes on CMAKE_ARGS
DEPENDS_ON_PACKAGES=${xf86vidmodeproto_dependencies}
CMAKE_ARGS
DEPENDS_ON_PACKAGES=${xf86vidmodeproto_dependencies}
PKGCONFIG_EXPORT_TARGETS=xf86vidmodeproto
)
hunter_cacheable(xf86vidmodeproto)
hunter_download(
Expand Down

0 comments on commit 9227249

Please sign in to comment.