Skip to content

Commit

Permalink
fix: remove redundant code (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock committed Apr 14, 2024
1 parent 2762178 commit 23af4b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/build/Cppcheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ set(USE_CPPCHECK_OPTIONS
--inconclusive
CACHE STRING "cppcheck run options")

cmake_path(NATIVE_PATH ${CMAKE_CURRENT_BINARY_DIR}/_deps/)

set(USE_CPPCHECK_SUPPRESS_DIR
"*:${CMAKE_CURRENT_BINARY_DIR}/_deps/*"
CACHE STRING "Directory to suppress cppcheck warnings")
Expand Down

0 comments on commit 23af4b1

Please sign in to comment.