You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we create a conan package of sopt, conan complains about broken symlink to cpp/docs/README.md. I think this is because conan changes the directory strucutre and the symlink doesn't point to the right place anymore. An easy work around is to set skip_broken_symlinks_check = True in conan.conf. Do we really need the symlink to README in there? I assume it's for the docs generation with doxygen.
The text was updated successfully, but these errors were encountered:
When we create a conan package of sopt, conan complains about broken symlink to cpp/docs/README.md. I think this is because conan changes the directory strucutre and the symlink doesn't point to the right place anymore. An easy work around is to set
skip_broken_symlinks_check = True
inconan.conf
. Do we really need the symlink to README in there? I assume it's for the docs generation with doxygen.The text was updated successfully, but these errors were encountered: