We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Minimum version of cmake (3.10) does not have FetchContent which is required for auto-vcpkg. Need to update required version to 3.11.
Exception or Stack Trace CMake Error at cmake-modules/AzureVcpkg.cmake:25 (include): include could not find load file: FetchContent
To Reproduce Clone the repo on a system using cmake version 3.10. Create build folder and do cmake ... Should see the error.
cmake ..
Expected behavior Expected to configure CMake automatically without an issue.
Setup (please complete the following information):
Additional context Fetch Content was only added until CMake 3.11 See: https://cmake.org/cmake/help/latest/module/FetchContent.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Minimum version of cmake (3.10) does not have FetchContent which is required for auto-vcpkg. Need to update required version to 3.11.
Exception or Stack Trace
CMake Error at cmake-modules/AzureVcpkg.cmake:25 (include):
include could not find load file:
FetchContent
To Reproduce
Clone the repo on a system using cmake version 3.10. Create build folder and do
cmake ..
. Should see the error.Expected behavior
Expected to configure CMake automatically without an issue.
Setup (please complete the following information):
Additional context
Fetch Content was only added until CMake 3.11
See: https://cmake.org/cmake/help/latest/module/FetchContent.html
The text was updated successfully, but these errors were encountered: