Skip to content

Commit

Permalink
[c++] update to fmt 11.1.2, fast_double_parser 0.8.0 (#6802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Feb 10, 2025
1 parent 1531d87 commit 768f642
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ if(WIN32)
endif()

if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4 /MP")
# compiling 'fmt' on MSVC: "Unicode support requires compiling with /utf-8"
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4 /MP /utf-8")
if(__BUILD_FOR_R)
# MSVC does not like this commit:
# https://github.com/wch/r-source/commit/fb52ac1a610571fcb8ac92d886b9fefcffaa7d48
Expand Down
1 change: 1 addition & 0 deletions R-package/.Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AUTOCONF_UBUNTU_VERSION
^.*\.bin
^build_r.R$
\.clang-format
^.*\.clusterfuzzlite$
^cran-comments\.md$
^docs$
^.*\.dll
Expand Down
2 changes: 1 addition & 1 deletion external_libs/fmt
Submodule fmt updated 192 files

0 comments on commit 768f642

Please sign in to comment.