From 385fb523320da4617966e34fcd586beecfcc9014 Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Mon, 13 Jul 2020 13:43:39 -0700 Subject: [vcpkg] Track hashes of cmake script helpers in consuming portfiles (#12254) * [vcpkg] Track hashes of cmake script helpers in consuming portfiles * [vcpkg] Format * [vcpkg_find_acquire_program] Use cpkg_from_sourceforge for FLEX and BISON Co-authored-by: Robert Schumacher --- toolsrc/include/vcpkg/vcpkgpaths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg/vcpkgpaths.h b/toolsrc/include/vcpkg/vcpkgpaths.h index c9168f149..594407c4b 100644 --- a/toolsrc/include/vcpkg/vcpkgpaths.h +++ b/toolsrc/include/vcpkg/vcpkgpaths.h @@ -83,6 +83,7 @@ namespace vcpkg bool is_valid_triplet(Triplet t) const; const std::vector get_available_triplets_names() const; const std::vector& get_available_triplets() const; + const std::map& get_cmake_script_hashes() const; const fs::path get_triplet_file_path(Triplet triplet) const; fs::path original_cwd; -- cgit v1.2.3