Skip to content

Commit

Permalink
Fix required cmake version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hongtaozhang committed Nov 17, 2024
1 parent 820907b commit 3a51ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ ifneq (,$(wildcard msccl/tests/msccl-tests-nccl/Makefile))
endif

# Build nvbandwidth.
REQUIRED_CMAKE_VERSION := 3.2.0
REQUIRED_CMAKE_VERSION := 3.20.0
CMAKE_VERSION := $(shell cmake --version 2>/dev/null | head -n 1 | sed 's/[^0-9.]*\([0-9.]*\).*/\1/')
nvbandwidth: sb_micro_path
@if [ "$(CMAKE_VERSION)" = "" ]; then \
Expand Down

0 comments on commit 3a51ad5

Please sign in to comment.