standardese/cppast

catch.hpp and out of source builds

dchapiesky opened this issue · 1 comments

Addendum to issue #111 but separate:

Building from a separate build directory fails from not finding catch related library...

having:

./cppast
./build

cd ./build
cmake ../cppast
make

fails...

Issue #111 works only as an in-source-directory build.

I've changed the way catch is downloaded, so this should be fixed now.