Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
fmt having lots of trouble with Intel SYCL compiler. Let's revert to 8.1.1 which seemed to work before the latest updates.
  • Loading branch information
gkthiruvathukal authored Jul 16, 2024
1 parent ef2f56b commit afd9679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include(FetchContent)
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG 9.1.0
GIT_TAG 8.1.1
)
FetchContent_MakeAvailable(fmt)
# UnoAPI:CMakeLists-fetchcontent:end
Expand Down

0 comments on commit afd9679

Please sign in to comment.