this post was submitted on 13 Nov 2023
13 points (93.3% liked)
C++
1782 readers
1 users here now
The center for all discussion and news regarding C++.
Rules
- Respect instance rules.
- Don't be a jerk.
- Please keep all posts related to C++.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
CMake also helps integrate Cppcheck by setting a single CMake variable when configuring a CMake project:
CMAKE_C_CPPCHECK
and/orCMAKE_CXX_CPPCHECK
.Low-effort, high-reward.