diff --git a/python/libcuopt/CMakeLists.txt b/python/libcuopt/CMakeLists.txt index c89a7233c..7b85f2275 100644 --- a/python/libcuopt/CMakeLists.txt +++ b/python/libcuopt/CMakeLists.txt @@ -42,7 +42,7 @@ include(FetchContent) FetchContent_Declare( argparse GIT_REPOSITORY https://github.com/p-ranav/argparse.git - GIT_TAG v2.9 + GIT_TAG v3.2 ) FetchContent_MakeAvailable(argparse)