Open
Description
Most (?) CMake examples suggest to include the conanbuildinfo.cmake file as follows:
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
However, this is incompatible with using conan workspaces. CMAKE_CURRENT_BINARY_DIR should be used instead (as in the conan workspaces example repository).