Skip to content

Commit

Permalink
Bump fmt-10 to 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Jan 2, 2024
1 parent 14ed84b commit 637dabb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ All images contain:
* catch2-3.5.1
* fmt-8.1.1
* fmt-9.1.0
* fmt-10.1.1
* fmt-10.2.0
* benchmark-v1.8.3

The installed libraries, Catch2-2, Catch2-3, fmt-8 and fmt-9 are located under
The installed libraries are located under
`/usr/local/lib/c++{11,14,17,20,23}{libc++}` and they all have `CMake` packages,
so for example, to build with C++17 and libc++, run `cmake` for your program
with:
Expand Down
2 changes: 1 addition & 1 deletion common/install-fmt.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eou pipefail

VERSIONS="10.1.1 9.1.0 8.1.1"
VERSIONS="10.2.0 9.1.0 8.1.1"

readonly CXX=$1
readonly CXX_STANDARDS="$2"
Expand Down

0 comments on commit 637dabb

Please sign in to comment.