Skip to content

Commit 8bb2a51

Browse files
committed
Migrate to slop-free CLI11 fork
CLI11 has turned to AI slop. 2.6.2 is the last version without slop (as far as I can tell) * CLIUtils/CLI11#1317 * CLIUtils/CLI11#1316 * CLIUtils/CLI11#1337 The fork diverges at 2.6.2 to keep it slop-free (or at least prevent additional AI slop)
1 parent ac4c1b8 commit 8bb2a51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ FetchContent_Declare(stc
4949
GIT_REPOSITORY https://github.com/LunarWatcher/stc
5050
)
5151
FetchContent_Declare(cli11
52-
GIT_REPOSITORY https://github.com/CLIUtils/CLI11
53-
GIT_TAG v2.6.2
52+
GIT_REPOSITORY https://codeberg.org/LunarWatcher/CLI11
53+
GIT_TAG main
5454
)
5555
FetchContent_Declare(magpie
5656
GIT_REPOSITORY https://github.com/LunarWatcher/magpie

0 commit comments

Comments
 (0)