mzukovec

Results 4 comments of mzukovec

Talking about auto-detecting `compiler.cppstd` flag, I think it would be great to keep an option that would suppress the default detected C++ standard. Most of the conan packages (at least...

Change the `Superbuild/TetgenExternal.cmake` to use GIT instead of the old SVN repo. Something like this should work: ``` set(tetgen_GIT_URL "https://github.com/libigl/tetgen") ExternalProject_Add(Tetgen_external GIT_REPOSITORY "${tetgen_GIT_URL}" PATCH_COMMAND "" INSTALL_COMMAND "" CMAKE_CACHE_ARGS -DCMAKE_VERBOSE_MAKEFILE:BOOL=${CMAKE_VERBOSE_MAKEFILE} -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}...

`package_id_mode="urelated"` is indeed the case of why this is happening. I'll migrate to the `vendor=True` as discussed in the issue that you linked.

Hi @memsharded After some investigation we decided that vendoring may not be an ideal option, so we rebuilt the packages with two conan versions in order to support compatibility with...