Skip to content

Commit

Permalink
fix CI / VcpkgPackage: *warning*, using branch backend_combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 2, 2024
1 parent ab99817 commit 940402a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run_test_with_rendering_backend(rendering_backend: str) -> bool:
cmake_toolchain_file = os.path.join(vcpkg_root, "scripts/buildsystems/vcpkg.cmake")

vcpkg_remove_cmd = f'{vcpkg_program} remove hello-imgui --recurse'
vcpkg_install_cmd = f'{vcpkg_program} install hello-imgui[{rendering_backend},glfw-binding,sdl2-binding] --overlay-ports={overlay_dir} --recurse'
vcpkg_install_cmd = f'{vcpkg_program} install --head hello-imgui[{rendering_backend},glfw-binding,sdl2-binding] --overlay-ports={overlay_dir} --recurse'
cmake_cmd = f"cmake -DCMAKE_TOOLCHAIN_FILE={cmake_toolchain_file} .."
build_cmd = f"cmake --build . --config Release"

Expand Down
2 changes: 1 addition & 1 deletion hello_imgui_cmake/overlay_vcpkg/hello-imgui/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vcpkg_from_github(
REPO pthom/hello_imgui
REF 40adf4bef4e0cbac4dfcbde1a40a79966a2ba5ec
SHA512 28f3293483dae0b178f8d0648d6b5c58fec979bc297d3af1c780d2714fb3fbe5ca22a314e19b3bf43d933b57f4ac26b98f9c67a4e9da22599c1d95eebe5d05b5
HEAD_REF master
HEAD_REF backend_combinations
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down

0 comments on commit 940402a

Please sign in to comment.