]> git.stg.codes - stg.git/commitdiff
Update CMakeLists.txt
authorMaksym Mamontov <madf@madf.info>
Wed, 19 Feb 2025 14:55:11 +0000 (16:55 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2025 14:55:11 +0000 (16:55 +0200)
Update async-radius lib.

projects/stargazer/plugins/CMakeLists.txt

index b6e4d3264a292826b86376d454432ae369bd7cc5..73ab7a9de2d84cec69ce13a5619f662a9d156277 100644 (file)
@@ -23,7 +23,7 @@ if ( BUILD_MOD_RADIUS )
 
     ExternalProject_Add ( async-radius
                           GIT_REPOSITORY https://github.com/madf/async-radius.git
-                          GIT_TAG 1.1.0
+                          GIT_TAG 1.1.1
                           GIT_SHALLOW true
                           INSTALL_COMMAND ""
                           CMAKE_ARGS -DCMAKE_CXX_FLAGS=-fPIC )