Skip to content
Snippets Groups Projects
Commit 4f2027e3 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'fwinkl_20241218T102406' into 'main'

cppcheck: remove posix library

See merge request atlas/athena!76828
parents 3f2195d5 6a4754c3
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@ set( CMAKE_CPPCHECK_DEFAULT
# Commonly used libraries
"--library=boost"
"--library=googletest"
"--library=posix"
"--library=python"
# Athena-specific config and suppression file
"--library=${_baseDir}/cppcheck_athena.cfg"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment