Commit e105dc10 authored by Ramon Nou's avatar Ramon Nou
Browse files

gcc update

parent d99647e2
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
)
@@ -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
)
@@ -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
  )
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
#include <fmt/ostream.h>
#include <fmt/os.h>
#include <fmt/std.h>
#include <fmt/ranges.h>
#include "cargo/error.hpp"