nojhan/paradiseo

Include the tutorial in the build system

nojhan opened this issue · 2 comments

Tutorials are not build with examples and tests, which leads to inconsistencies with API changes.

You can build tutorials if you set CMake option ENABLE_CMAKE_EXAMPLE=true, e.g.:
cmake -DENABLE_CMAKE_EXAMPLE=true ..

Forgot to close, thanks for spotting it!