Carlos Zoido

Results 131 comments of Carlos Zoido

I'm also updating this one, that are more important libraries: |Homepage|Stars|In Conan Center| |--------|-----|---------------| |https://github.com/kokke/tiny-AES-c|2446|X| |https://github.com/PixarAnimationStudios/OpenSubdiv|2439|| |https://github.com/LuaJIT/LuaJIT|2395|X| |https://github.com/lava/matplotlib-cpp|2351|#4212| |https://github.com/searchivarius/nmslib|2305|X| |https://github.com/Microsoft/bond|2282|#2379| |https://github.com/yyzybb537/libgo|2266|| |https://github.com/htacg/tidy-html5|2246|X| |https://github.com/xtensor-stack/xtensor|2163|X| |https://github.com/OGRECave/ogre|2131|X| |https://github.com/Chlumsky/msdfgen|2094|| |https://github.com/microsoft/SEAL|2071|| |https://github.com/EasyHook/EasyHook|2065|| |https://github.com/aubio/aubio|2052|| |https://github.com/google/angle|1990|| |https://github.com/ntop/PF_RING|1925||...

I have updated the table to show the ones that are already merged in conan center index. There could be false positives (or negatives) in the table as I have...

> abseil: #801 > libzmq: #489 > bullet3: #440 > OpenBLAS: #705 > libtorrent: #815 > ChaiScript: #828 > libqrencode: #863 > embree: #354 > czmq: #490 > PROJ: #751...

Hi @IceflowRE It's already in the first comment marked as included in c3i

Hi @maidamai0, Can you provide more information about your use case? Are you using cmake-conan to create a package or just for consuming other packages. If you are using cmake-conan...

Hi @rick-de-water, If you want _cmake-conan_ to detect the toolset you have to provide the information through the command line when calling CMake via the cmake `-T` option. `cmake .....

Hi @timblechmann, Did this issue happen using the develop version of cmake-conan or v0.15? Thanks!

Hi @mheyse, I think that this phrase was not thought having cross-compilation in mind. If you are doing cross-compilation I would suggest that you use a different profile for that...

Hi @Kuxe, Yes, as you say probably the way of doing that in CMake is using `install(FILES ...)` As an alternative you could also use the `IMPORTS` argument of `conan_cmake_configure()`...

Hi @redradist, If I understood correctly, `CMake` is not using the compiler specified in the toolchain but the default one? I have tried using this toolchain (there are some example...