diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-23 16:37:03 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-23 16:37:03 -0800 |
| commit | 612d2041214e90d242a5cad9bcf8b2b52357685d (patch) | |
| tree | 766e7c39e1f54af1f16d4d0bd8533a5648bf7de1 /toolsrc/src/vcpkg_Environment.cpp | |
| parent | 127fbe20263302ee2d877dcfedcf853d0415ce2f (diff) | |
| download | vcpkg-612d2041214e90d242a5cad9bcf8b2b52357685d.tar.gz vcpkg-612d2041214e90d242a5cad9bcf8b2b52357685d.zip | |
Remove check for empty MSVC dir.
Diffstat (limited to 'toolsrc/src/vcpkg_Environment.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg_Environment.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg_Environment.cpp b/toolsrc/src/vcpkg_Environment.cpp index 54541bd45..de17158b4 100644 --- a/toolsrc/src/vcpkg_Environment.cpp +++ b/toolsrc/src/vcpkg_Environment.cpp @@ -117,8 +117,6 @@ namespace vcpkg::Environment return fs::is_directory(current); }, &msvc_subdirectories); - Checks::check_exit(!msvc_subdirectories.empty(), "No subdirectories were found in %s", msvc_path.generic_string()); - // Sort them so that latest comes first std::sort(msvc_subdirectories.begin(), msvc_subdirectories.end(), [&](const fs::path& left, const fs::path& right) { |
