aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-07-13 13:43:39 -0700
committerGitHub <noreply@github.com>2020-07-13 13:43:39 -0700
commit385fb523320da4617966e34fcd586beecfcc9014 (patch)
treec4a66d3446fa429539c05e7ba1a5f633214dc9d3 /toolsrc/include
parent63578d09b00fb2b33ddc0d38685eadbb1a3ffa3a (diff)
downloadvcpkg-385fb523320da4617966e34fcd586beecfcc9014.tar.gz
vcpkg-385fb523320da4617966e34fcd586beecfcc9014.zip
[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 <roschuma@microsoft.com>
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/vcpkgpaths.h1
1 files changed, 1 insertions, 0 deletions
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<std::string> get_available_triplets_names() const;
const std::vector<TripletFile>& get_available_triplets() const;
+ const std::map<std::string, std::string>& get_cmake_script_hashes() const;
const fs::path get_triplet_file_path(Triplet triplet) const;
fs::path original_cwd;