You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a PR raised that can solve this (oatpp/oatpp-swagger#66) without changing the version of cmake. Could we work on this I am tired of doing it manually.
I am trying to install and run the application but I am unable to because
oatpp-swagger
isn't found.Which is caused because the cmake for
oatpp-swagger
module is failing.Opened /bin/ash from the container to find the cmake version to be 3.11.1.
According to this the cmake version needs to be >=3.12 to use "add_compile_definitions"
The docker image needs to be upgraded with a higher version of cmake. That should solve this issue.
The text was updated successfully, but these errors were encountered: