Martin Valgur

Results 231 comments of Martin Valgur

I emailed my signed contributor license now. Apologies for the delay.

Also, `install(FILES ${dylib_path} DESTINATION ${CMAKE_INSTALL_LIBDIR} CONFIGURATIONS ${configurations})` should point to `bin/` on Windows instead of `lib/` for Windows.

No. I updated the list just now.

An additional list of recipes that are not included in [conan_v2_ready_references.yml](https://github.com/conan-io/conan-center-index/blob/master/.c3i/conan_v2_ready_references.yml), are not listed above (i.e. they don't do `from conans.xyz import`) and are not deprecated: - [ ] [aruco](https://github.com/conan-io/conan-center-index/blob/master/recipes/aruco/3.x.x/conanfile.py)...

It should be ready to be merged. Needs a build to verify that, though. Of course, I would love to use `openmp/system` instead of copying the flag export logic for...

> We have been discussing with the team and the potential risk of mixing different openMP backends and other problems we sow do not compensate the extra copy-paste code. Thanks,...

@AbrilRBS Ok, I reverted most of the OpenMP-related changes. I only kept the use of more correct and robust OpenMP linker and cxx flags instead of adding it as a...

Can be closed in favor of #25029, probably.

This would be a good opt-in conan conf option to have, I think.