summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/detect/sdks/find_cuda.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/sdks/find_cuda.lua b/xmake/modules/detect/sdks/find_cuda.lua
index 6189ca58e..a8953e2de 100644
--- a/xmake/modules/detect/sdks/find_cuda.lua
+++ b/xmake/modules/detect/sdks/find_cuda.lua
@@ -118,7 +118,7 @@ function _find_cuda(sdkdir)
-- get version
local version = find_programver(path.join(bindir, "nvcc"), {parse = "release (%d+%.%d+),"})
-
+
-- find msbuildextensionsdir on windows
local msbuildextensionsdir
if is_host("windows") then