Trying to build corosio as a standalone library doesn't work for me because it cannot find capy. Looking at the CMakeLists.txt, it looks like it doesn't even try to look for capy. I have successfully built and installed capy, so corosio just needs to find my installed copy of capy. I am not using CMake for my own program so I can't just use FetchContent to make both capy and corosio available to my program.
Trying to build corosio as a standalone library doesn't work for me because it cannot find capy. Looking at the CMakeLists.txt, it looks like it doesn't even try to look for capy. I have successfully built and installed capy, so corosio just needs to find my installed copy of capy. I am not using CMake for my own program so I can't just use FetchContent to make both capy and corosio available to my program.