-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Minor CMAKE issues #2144
Comments
Changed the title to minor CMAKE issues.
|
Would it be possible to integrate the fixes to those issues in the next version such that integrating drogon will not pollute CMAKE's output? |
Hi, thanks for your feedback, would you like to submit a PR to fix this? |
Fixed in #2213 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CMAKE find_package QUIET attribute is not respected by cmake_modules/FindJsoncpp.cmake
More specifically, it is violated by
message(STATUS "jsoncpp version:" ${jsoncpp_ver})
This is very minor.
The text was updated successfully, but these errors were encountered: