CLI11 icon indicating copy to clipboard operation
CLI11 copied to clipboard

build error when make

Open i-Clay opened this issue 3 years ago • 1 comments

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.

i-Clay avatar May 20 '22 08:05 i-Clay

When the build files are generated through CMake Catch2 should be automatically downloaded if it is not found on the system.

phlptp avatar May 20 '22 22:05 phlptp