]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: silence messages when cppcheck/IWYU is not found 32140/head
authorKefu Chai <kchai@redhat.com>
Tue, 10 Dec 2019 03:03:13 +0000 (11:03 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 10 Dec 2019 03:08:02 +0000 (11:08 +0800)
commit1c0bc5dad4a56723ae1268a774f000153f97f3b8
treea56fb8877d7a3ec9489ede9a5b0dc92a52420833
parent105428e8f4854b0e11c6cc8ec7072e402ebbf866
cmake: silence messages when cppcheck/IWYU is not found

* remove messages spit when these tools are not found
  they are not necessary for building Ceph. and the messages in the cmake
  output are distracting.
* fix a typo

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/FindCppCheck.cmake
cmake/modules/FindIWYU.cmake