[feature] Ability to run conan profile detect
w/o error and w/o overwriting when the profile already exists
#15902
Milestone
conan profile detect
w/o error and w/o overwriting when the profile already exists
#15902
What is your suggestion?
I am using
conan
as a part of a source-level distribution system onnpm
for JavaScript packages that contain C++ code (compiled to native binary for Node.js and to WASM for the browser).conan
enables me to produce self-contained builds without having to maintain all the included libraries.Currently, all my build scripts start with:
The second line works with both
bash
andcmd.exe
but it would be even better if there was a--if-not-exists
option - so that all my builds do not start with an error. I could of course create a special profile and overwrite it at each invocation - or even create my ownconan
home directory, but I think that I should support the case where the user has an already existingconan
profile that contains custom options.Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: