Running (for a standalone build):
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
from the corosio folder after cloning (per the build instructions) fails with errors:
-- Fetching capy...
-- Could NOT find WolfSSL (missing: WolfSSL_INCLUDE_DIR WolfSSL_LIBRARY)
CMake Error at test/unit/CMakeLists.txt:11 (add_subdirectory):
add_subdirectory given source "../../../capy/extra/test_suite" which is not
an existing directory.
...
CMake Error at test/unit/CMakeLists.txt:44 (boost_capy_test_suite_discover_tests):
Unknown CMake command "boost_capy_test_suite_discover_tests".
...
-- Configuring incomplete, errors occurred!
This works if you happen to have capy cloned into a neighbouring folder like this:
cppalliance (example)
├── capy
└── corosio
which masks the error.
Running (for a standalone build):
from the
corosiofolder after cloning (per the build instructions) fails with errors:This works if you happen to have
capycloned into a neighbouring folder like this:which masks the error.