Loading CMakeLists.txt +3 −3 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ message(STATUS "[${PROJECT_NAME}] Downloading and building {fmt}") FetchContent_Declare( fmt GIT_REPOSITORY https://github.com/fmtlib/fmt GIT_TAG 10.2.1 GIT_TAG 11.1.4 GIT_SHALLOW ON GIT_PROGRESS ON ) Loading @@ -226,7 +226,7 @@ message(STATUS "[${PROJECT_NAME}] Downloading and building spdlog") FetchContent_Declare( spdlog GIT_REPOSITORY https://github.com/gabime/spdlog GIT_TAG v1.14.0 GIT_TAG v1.15.2 GIT_SHALLOW ON GIT_PROGRESS ON ) Loading Loading @@ -329,7 +329,7 @@ if (CARGO_BUILD_TESTS) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git GIT_TAG 605a34765aa5d5ecbf476b4598a862ada971b0cc # v3.0.1 GIT_TAG v3.8.0 # v3.0.1 GIT_SHALLOW ON GIT_PROGRESS ON ) Loading lib/fmt_formatters.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ #include <fmt/ostream.h> #include <fmt/os.h> #include <fmt/std.h> #include <fmt/ranges.h> #include "cargo/error.hpp" Loading Loading
CMakeLists.txt +3 −3 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ message(STATUS "[${PROJECT_NAME}] Downloading and building {fmt}") FetchContent_Declare( fmt GIT_REPOSITORY https://github.com/fmtlib/fmt GIT_TAG 10.2.1 GIT_TAG 11.1.4 GIT_SHALLOW ON GIT_PROGRESS ON ) Loading @@ -226,7 +226,7 @@ message(STATUS "[${PROJECT_NAME}] Downloading and building spdlog") FetchContent_Declare( spdlog GIT_REPOSITORY https://github.com/gabime/spdlog GIT_TAG v1.14.0 GIT_TAG v1.15.2 GIT_SHALLOW ON GIT_PROGRESS ON ) Loading Loading @@ -329,7 +329,7 @@ if (CARGO_BUILD_TESTS) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git GIT_TAG 605a34765aa5d5ecbf476b4598a862ada971b0cc # v3.0.1 GIT_TAG v3.8.0 # v3.0.1 GIT_SHALLOW ON GIT_PROGRESS ON ) Loading
lib/fmt_formatters.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ #include <fmt/ostream.h> #include <fmt/os.h> #include <fmt/std.h> #include <fmt/ranges.h> #include "cargo/error.hpp" Loading