-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
Hi,
I am trying to build restinio from sources, using mxx_ru for handling dependencies. So basically, I run these commands:
git clone https://github.com/stiffstream/restinio
cd restinio
mxxruexternals
cd dev
mkdir cmake_build
cd cmake_build
cmake -DCMAKE_INSTALL_PREFIX=target -DRESTINIO_FIND_DEPS=ON -DRESTINIO_SAMPLE=OFF -DRESTINIO_TEST=OFF -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release --target install
cmake failed having not found "unnoficial-http-parser".
Shouldn't running this mxxruexternals
ensure that all external dependencies for restinio are downloaded? If I run with default values of RESTINIO_SAMPLE and RESTINIO_TEST, cmake fails also on not finding Catch2. I know these are optional dependencies, but my understanding was that mxx_ru will handle them, if necessary.
Metadata
Metadata
Assignees
Labels
No labels