CLI11
CLI11 copied to clipboard
build error when make
Hello, I met the error: fatal error: tests/catch.hpp:9:10: fatal error: catch2/catch.hpp, no this dir. Then I look the CLI11 dir, I didn't find the 'catch2' dir.
When the build files are generated through CMake Catch2 should be automatically downloaded if it is not found on the system.