Skip to content

Commit

Permalink
Bump cppcheck [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Sep 3, 2024
1 parent 11cc1e4 commit e8fa037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/thirdParties.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(MATIO_WITH_HDF5)
if(MATIO_USE_CONAN)
set(MATIO_CONAN_REQUIRES "hdf5/[>=1.8 <1.15]" "zlib/[>=1.2.3]")
if(MATIO_ENABLE_CPPCHECK)
list(APPEND MATIO_CONAN_REQUIRES "cppcheck/[>=2.14.1]")
list(APPEND MATIO_CONAN_REQUIRES "cppcheck/[>=2.15.0]")
endif()
if(HDF5_USE_STATIC_LIBRARIES)
conan_cmake_run(
Expand Down

0 comments on commit e8fa037

Please sign in to comment.