Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Bump internal deps id to test hunter_pkgconfig_export_target
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjoe authored and ruslo committed Jun 25, 2019
1 parent 8f5f9ca commit 5ad5538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/projects/x11/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ hunter_cmake_args(
hunter_cacheable(x11)
hunter_download(
PACKAGE_NAME x11
PACKAGE_INTERNAL_DEPS_ID "6"
PACKAGE_INTERNAL_DEPS_ID "7"
PACKAGE_UNRELOCATABLE_TEXT_FILES
"lib/libX11-xcb.la"
"lib/libX11.la"
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/x264/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ hunter_cmake_args(x264 CMAKE_ARGS PKGCONFIG_EXPORT_TARGETS=x264)
hunter_cacheable(x264)
hunter_download(
PACKAGE_NAME x264
PACKAGE_INTERNAL_DEPS_ID "2"
PACKAGE_INTERNAL_DEPS_ID "3"
PACKAGE_UNRELOCATABLE_TEXT_FILES "lib/pkgconfig/x264.pc"
)
2 changes: 1 addition & 1 deletion cmake/projects/xcb/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ hunter_pick_scheme(DEFAULT xcb)
hunter_cacheable(xcb)
hunter_download(
PACKAGE_NAME xcb
PACKAGE_INTERNAL_DEPS_ID "5"
PACKAGE_INTERNAL_DEPS_ID "6"
PACKAGE_UNRELOCATABLE_TEXT_FILES "${_xcb_text_files}"
)

0 comments on commit 5ad5538

Please sign in to comment.