Skip to content

Commit

Permalink
chore: bump CheckWarning.cmake to version 3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <[email protected]>
  • Loading branch information
threeal committed Oct 24, 2024
1 parent fecdbf0 commit c1f70a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ function(cpmaddpackage)
endfunction()

if(MY_FIBONACCI_ENABLE_TESTS)
find_package(CheckWarning 3.1.0 QUIET)
find_package(CheckWarning 3.2.0 QUIET)
if(NOT CheckWarning_FOUND)
cpmaddpackage(gh:threeal/CheckWarning.cmake@3.1.0)
cpmaddpackage(gh:threeal/CheckWarning.cmake@3.2.0)
endif()
add_check_warning(TREAT_WARNINGS_AS_ERRORS)
endif()
Expand Down

0 comments on commit c1f70a7

Please sign in to comment.