summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-08-11 23:47:08 +0800
committerruki <[email protected]>2023-08-11 23:47:08 +0800
commitabfc1d9f127d7322df96a1f9a78ec41ab6025c8d (patch)
tree4d773dc8fdc9bf713f7f0d6745df73e5f84d593c
parent8951d5ba9a3ec367c2d995f9d2187752b5567953 (diff)
format code
-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