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
cc: @Ahajha
The text was updated successfully, but these errors were encountered:
Specifically, I am using CMakePresets for the dependency provider preset. For reference, I have this:
{ "version": 3, "configurePresets": [ { "architecture": { "value": "x64", "strategy": "external" }, "binaryDir": "${sourceDir}/out/build/${presetName}", "cacheVariables": { "CMAKE_PROJECT_TOP_LEVEL_INCLUDES": "~/Documents/cmake-conan/conan_provider.cmake", "CMAKE_BUILD_TYPE": "Debug", "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}" }, "description": "Sets Ninja generator, compilers, x64 architecture, build and install directory, debug build type", "displayName": "CMake + Conan: Debug", "generator": "Ninja", "name": "windows-default", "vendor": { "microsoft.com/VisualStudioSettings/CMake/1.0": { "hostOS": [ "Windows" ] } } } ] }
(I have the path to cmake-conan hardcoded to a known global location, adjust as needed)
What happens is:
Workaround is to disable generating the presets file on a per-conanfile basis, but would be nice to be able to disable generation globally.
Sorry, something went wrong.
No branches or pull requests
cc: @Ahajha
The text was updated successfully, but these errors were encountered: