Yann Labou
Yann Labou
> Hi @yannlabou have you seen such problem previously? Looks like virtual machines on Travis-CI download wrong version of valgrind. I don't think that Travis-CI downloaded the wrong package version....
> I think they changed it. Looks like: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
Sounds interesting. Will look deeper at it tonight.
Which part of https://github.com/ihhub/fheroes2 should I particularly check? Further it will be better to create to separate issues for the creation of a static and a dynamic library.
We could also update the documentation. I don't exactly know where? A workaround would have been for example invoking CMake with `cmake -DPENGUINV_BUILD_UNIT_TEST_OPENCL=OFF ..`
> @yannlabou , isn't your pull request enough for solving the problem? /pull/214 indeed solves the issue. I thought it my be worth mentioning project specific CMake options in the...
When /pull/200 will be merged, I think `PENGUINV_BUILD_EXAMPLE` and `PENGUINV_BUILD_QT_EXAMPLE` are also good candidates. More generally, as a user I need the freedom to build part of a project to...
@ihhub Could this issue be closed or what do you think is missing to resolve this issue?
We are using CMake 3.8 features because we are explicitly requiring it as minimum requirements in the project main [CMakeLists.txt](https://github.com/ihhub/penguinV/blob/01213f8db9dc28850da207296182bfb8dd517edb/CMakeLists.txt#L1). It might be better to open a new issue if...