-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined SWAGGER_ROOT_PATH
#22
Comments
This seems to be a regression introduced by oatpp/oatpp-swagger@652f95c Those variables were not introduced to the module-cmake. |
quick fix in cmake ^ |
Same Problem, Can you show me the specific path? I am new to C++,should me write the path as follows(CMakeLists.txt of oatpp-swagger)? this not work.
Here are some information about my PC:
|
here solved the problem #23 |
Hi, when I was trying to build this example project. I got this error:
It seems that
SWAGGER_ROOT_PATH
is undefined? Any idea on how to fix this would be appreciated, thanks!The text was updated successfully, but these errors were encountered: