Closed BaseMax closed 3 years ago
I guess it will solve by apply a minor change at CMakeLists.txt
file of example projects. I tested it on the https://github.com/oatpp/example-postgresql project:
-DOATPP_SWAGGER_RES_PATH="${oatpp-swagger_INCLUDE_DIRS}/../bin/oatpp-swagger/res"
to:
-DOATPP_SWAGGER_RES_PATH="/usr/local/include/oatpp-1.2.5/bin/oatpp-swagger/res"
Thanks for posting the answer!