Skip to content

Commit d3c758e

Browse files
authored
[Intel LLVM][FMT][Bug]Update FMTlib version to 11.1.3 so that Intel Compilers can succeed in building it (#20)
1 parent fb87063 commit d3c758e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
7979
FetchContent_Declare(
8080
fmt
8181
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
82-
GIT_TAG 10.1.1)
82+
GIT_TAG 11.1.3)
8383
FetchContent_MakeAvailable(fmt)
8484

8585
add_subdirectory(examples)

0 commit comments

Comments
 (0)