Skip to content

Commit

Permalink
Fix tt-train build in main
Browse files Browse the repository at this point in the history
  • Loading branch information
rfurko-tt committed Jan 23, 2025
1 parent 9beb124 commit a064ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt-train/cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ CPMAddPackage(NAME magic_enum GITHUB_REPOSITORY Neargye/magic_enum GIT_TAG v0.9.
# nlohmann/json : https://github.com/nlohmann/json
############################################################################################################################

CPMAddPackage(NAME json GITHUB_REPOSITORY nlohmann/json GIT_TAG v3.9.1 OPTIONS "JSON_BuildTests OFF")
CPMAddPackage(NAME json GITHUB_REPOSITORY nlohmann/json GIT_TAG v3.11.3 OPTIONS "JSON_BuildTests OFF")

CPMAddPackage(NAME xtl GITHUB_REPOSITORY xtensor-stack/xtl GIT_TAG 0.7.7 OPTIONS "XTL_ENABLE_TESTS OFF")

Expand Down

0 comments on commit a064ba6

Please sign in to comment.