conan-vs-extension
conan-vs-extension copied to clipboard
Conan Extension for Visual Studio
Not sure how I got to this, but the final result is: ```xml ``` Probably it needs to check for existence to not repeat it
Trying to build boost/1.72.0 or newer in x86 will fail with the plugin with error: ``` 04.01.2021 17:29:58: libiconv/1.16: run_in_windows_bash: z:\.conan\91fd30\1\bin\usr\bin\bash.exe --login -c ^"cd \^"/z/.conan/libiconv/1.16/_/_/build/29d1f4003b3f7143826ef1988625574513d526ce/source_subfolder\^" ^&^& PATH=\^"/z/.conan/91fd30/1/bin/usr/bin:$PATH\^" ^&^& /z/.conan/libiconv/1.16/_/_/build/29d1f4003b3f7143826ef1988625574513d526ce/source_subfolder/configure --help...
Can not change options -Conan Executable: Illegal characters in path. And this options is not changable. I'm sure I installed conan.exe with path:C:\Users\Scott\AppData\Local\Programs\Python\Python37\Scripts So why ?
Take the value set for C++ Language Standard, in the project's properties page, and use it to define a `-s compiler.cppstd` setting during conan install.
Even after setting the **C++ Language Standard** property, the extension does not use it to compute a `compiler.cppstd` setting to be used in `conan install`; This would be the desirable...
Hi, In VS Option Generator combobox list only **visual_studio**. But I use **visual_studio_multi** in my project conanfile.txt : ``` [requires] benchmark/1.5.0 [generators] visual_studio_multi [options] benchmark:shared=False ``` And installation directory is...
Currently, the code is iterating from the path where the project is to the root folder looking for a `conanfile.py` or `conanfile.txt` file, and it will run Conan using that...
Currently one can only set the the extension settings globally. Would be nice if it would be possible change them for a specific solution/project only. Maybe reuse the `conan.config.json` file...
I use Visual Studio 2017 with the conan extension. Conan extension adds a path to conanbuildinfo.props in vcxproj file, for example: ` ` conanbuildinfo.props by default is placed in the...
I was able to install the extension without incident, and I created conanfile.txt in the same directory as my .vcxproj & .sln files. Contents: ``` [requires] boost/1.71.0@conan/stable [generators] visual_studio [options]...