File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,31 +9,31 @@ function(myproject_setup_dependencies)
99 # already been provided to us by a parent project
1010
1111 if (NOT TARGET fmtlib::fmtlib)
12- cpmaddpackage ("gh:fmtlib/fmt#9 .1.0 " )
12+ cpmaddpackage ("gh:fmtlib/fmt#11 .1.4 " )
1313 endif ()
1414
1515 if (NOT TARGET spdlog::spdlog)
1616 cpmaddpackage (
1717 NAME
1818 spdlog
1919 VERSION
20- 1.11.0
20+ 1.15.2
2121 GITHUB_REPOSITORY
2222 "gabime/spdlog"
2323 OPTIONS
2424 "SPDLOG_FMT_EXTERNAL ON" )
2525 endif ()
2626
2727 if (NOT TARGET Catch2::Catch2WithMain)
28- cpmaddpackage ("gh:catchorg/Catch2@3.3.2 " )
28+ cpmaddpackage ("gh:catchorg/Catch2@3.8.1 " )
2929 endif ()
3030
3131 if (NOT TARGET CLI11::CLI11)
32- cpmaddpackage ("gh:CLIUtils/CLI11@2.3.2 " )
32+ cpmaddpackage ("gh:CLIUtils/CLI11@2.5.0 " )
3333 endif ()
3434
3535 if (NOT TARGET ftxui::screen)
36- cpmaddpackage ("gh:ArthurSonzogni/FTXUI@5 .0.0 " )
36+ cpmaddpackage ("gh:ArthurSonzogni/FTXUI@6 .0.2 " )
3737 endif ()
3838
3939 if (NOT TARGET tools::tools)
You can’t perform that action at this time.
0 commit comments