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
12 hours again #2097 got merged. since then I get an assert error for windows on our CI. Still works for linux and mac. I believe the error occurs due to boost:layout=tagged. Sadly tagged is mandatory to our project so meson can find it.
ERROR: boost/1.74.0: Error in package_info() method, line 1164
assert len(non_used) == 0, "These libraries were not used in conan components: {}".format(non_used)
AssertionError: These libraries were not used in conan components: {'boost_nowide'}
CMake Error at cmake/conan.cmake:402 (message):
Conan install failed='1'
Call Stack (most recent call first):
cmake/conan.cmake:497 (conan_cmake_install)
CMakeLists.txt:44 (conan_cmake_run)
Hi there
12 hours again #2097 got merged. since then I get an assert error for windows on our CI. Still works for linux and mac. I believe the error occurs due to
boost:layout=tagged
. Sadlytagged
is mandatory to our project so meson can find it.https://github.com/conan-io/conan-center-index/blame/d956a467dab31503f0054face5c09f83b7a05f68/recipes/boost/all/conanfile.py#L1164
Package and Environment Details (include every applicable attribute)
Conan profile
Steps to reproduce (Include if Applicable)
just compile boost with the above profile.
Logs
Click to expand log
Thanks for your time!
The text was updated successfully, but these errors were encountered: