wrightsg

Results 6 issues of wrightsg

Is there a specific reason that CMake 3.6.3 is the minimum required version or is this just the smallest version against which was tested? I'm using this library with CMake...

I'm aware that the [docs](http://rpclib.net/gettingstarted/) do not explicitly mention MinGW gcc as supported compiler. I still gave it a try as it is also not explicitly not supported to I'm...

To preface, I'm not sure if this a shortcoming of `conan_cmake_run()` or if I'm using it incorrectly / not as intended. I'm using `MSYS2` environment on Windows 10 (64-bit) for...

enhancement

### Description Building `libjpeg/9e` fails with Visual Studio 2015 and conan 1.64.0: ``conan install libjpeg/9e@ --build=missing -u`` Interestingly, the build succeeds for `libjpeg/9f`: ``conan install libjpeg/9f@ --build=missing -u`` It seems...

bug

### Changelog Allows building and linking the `mcap` library statically on Windows. ### Docs None ### Description I'm using `mcap_builder` to use the `mcap` library in my project. Even though...

Fixes a compile error with Visual Studio 2015. ## Description Steps to reproduce (tested on current `master`) ``` git clone && cd cmake -G"Visual Studio 14 2015 Win64" .. cmake...

needs-review