Skip to content

Commit 6278b2e

Browse files
author
Matthew Piechotka
committed
Add missing USES_CUDA_DRIVER_HEADERS to indicate dependency on CUDA driver headers
1 parent ece9862 commit 6278b2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/build/common_build.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ ifdef VULCAN
102102
LIBDIRS_ABSPATH += $(VULCAN_BUILD_DIR)/bin/$(VULCAN_ARCH)_$(VULCAN_OS)$(VULCAN_ABI)_$(VULCAN_BUILD)
103103
endif
104104

105+
USES_CUDA_DRIVER_HEADERS := 1
106+
105107
ifdef VULCAN_TOOLKIT_BASE
106108
include $(VULCAN_TOOLKIT_BASE)/build/common.mk
107109
else

0 commit comments

Comments
 (0)