Add comments pointing to conan issues

This commit is contained in:
Sebastian Messmer 2020-06-29 01:35:03 -07:00
parent 93b1b3d684
commit b6c640e081
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ macro(setup_conan)
# We'd like to use "BUILD missing" but that doesn't work because conan sometimes seems to download prebuilt packages with compiler.libcxx=libstdc++ even though we specify compiler.libcxx=libstdc++11.
# see https://github.com/cryfs/cryfs/issues/336 and https://github.com/conan-io/conan/issues/7264
BUILD all
# Note: This way of passing compiler.libcxx seems to work, but there's an issue. See https://github.com/conan-io/cmake-conan/issues/255
# see also as a related issue: https://github.com/conan-io/cmake-conan/issues/256
SETTINGS compiler.libcxx=libstdc++11)
endif()
conan_basic_setup(TARGETS SKIP_STD)