Describe the deficiency
I am trying to create the conan packages for the beman project as in this thread. But Conan doesn't support creating CMake configuration containing semicolons like find_package(beman::transform_view REQUIRED) and I am pretty sure this is illegan on Windows (but I cannot confirm since I don't have any Windows machine to test).
Additional Discussions
Are we sure we want to create filenames containing "::"?
Describe the deficiency
I am trying to create the conan packages for the beman project as in this thread. But Conan doesn't support creating CMake configuration containing semicolons like
find_package(beman::transform_view REQUIRED)and I am pretty sure this is illegan on Windows (but I cannot confirm since I don't have any Windows machine to test).Additional Discussions
Are we sure we want to create filenames containing "::"?