-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Minor CMAKE issues #2144
Comments
Changed the title to minor CMAKE issues.
|
eniv
changed the title
CMAKE find_package QUIET attribute is not respected by cmake_modules/FindJsoncpp.cmake
Minor CMAKE issues
Nov 7, 2024
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 |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: