Skip to content

Commit

Permalink
Update to latest libargp
Browse files Browse the repository at this point in the history
This version of libargp is aware of C23 and suppresses warnings related
to sprintf()
  • Loading branch information
leonlynch committed Jul 31, 2023
1 parent 6c97ca2 commit 5636be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Modules/FetchLibArgp.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################################################################
# Copyright (c) 2022 Leon Lynch
# Copyright (c) 2022, 2023 Leon Lynch
#
# This file is licensed under the terms of the LGPL v2.1 license.
# See LICENSE file.
Expand All @@ -24,7 +24,7 @@ message(CHECK_START "Downloading libargp...")
FetchContent_Declare(
libargp
GIT_REPOSITORY https://github.com/leonlynch/libargp.git
GIT_TAG 8c794480952124413390d608b89b4af2bee33163
GIT_TAG 987d87b98e4cd03abb1107b77ef5d43ad0552e13
)
FetchContent_MakeAvailable(libargp)
message(CHECK_PASS "done")
Expand Down

0 comments on commit 5636be8

Please sign in to comment.