SpaceIm
SpaceIm
Specify library name and version: **lib/1.0** This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new...
Specify library name and version: **lib/1.0** This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new...
Specify library name and version: **lib/1.0** This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new...
Please revert #791, `option()` must not be before `project()`
- `rm_safe()` method in `conanfile.settings` & `conanfile.options` since 1.53.0 - `conan.tools.apple.is_apple_os()` function since 1.51.3 - `conan.tools.apple.to_apple_arch()` function since 1.52.0 - `conan.tools.apple.XCRun` class since 1.53.0 - `targets` optional argument of `conan.tools.microsoft.MSBuild.build()`...
The file generated by `MesonToolchain` is not suitable for meson < 0.55.0 (see https://github.com/conan-io/conan/issues/11997). Documentation should mention it.
### Environment Details (include every applicable attribute) * Operating System+version: Windows 10 * Compiler+version: Visual Studio 2022 * Conan version: 1.52.0 * Python version: 3.10.2 ### Steps to reproduce (Include...
README claims that clang11 is supported, but when I try the basic example with clang11 on Linux, compilation fails: ``` In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/reactiveplusplus/all/test_package/test_package.cpp:1: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/reactiveplusplus/0.1.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/rpp/rpp.hpp:13:...
- Remove `CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS`, which is unnecessary when symbols are properly exported - Do not define `REPLXX_BUILDING_DLL` at consume time. It must be PRIVATE, you don't want dllexport at consume time,...
I'm creating a recipe of OpenMVG for conan package manager and I had a hard time to successfully cross-build from macOS Intel to macOS M1. Currently OpenMVG automagically enables SSE2...