diff options
| author | ruki <[email protected]> | 2018-04-20 23:39:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-20 15:58:07 +0800 |
| commit | 21b7c449fa0184bffea572e72ce745d9cd3c2df8 (patch) | |
| tree | 1d3ff364b222050df26b4a88e55a8d50b80533d2 /xmake/platforms/linux/xmake.lua | |
| parent | 73ad98a95af63780ab1b31398f77fa762f99d61a (diff) | |
rename cuda dir option
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index 8a324ff2a..1a7a232f8 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -51,7 +51,7 @@ platform("linux") config = { {category = "Cuda SDK Configuration" } - , {nil, "cuda_dir", "kv", "auto", "The Cuda SDK Directory" } + , {nil, "cuda", "kv", "auto", "The Cuda SDK Directory" } , {category = "Qt SDK Configuration" } , {nil, "qt", "kv", "auto", "The Qt SDK Directory" } , {nil, "qt_sdkver", "kv", "auto", "The Qt SDK Version" } @@ -60,7 +60,7 @@ platform("linux") , global = { {} - , {nil, "cuda_dir", "kv", "auto", "The Cuda SDK Directory" } + , {nil, "cuda", "kv", "auto", "The Cuda SDK Directory" } , {nil, "qt", "kv", "auto", "The Qt SDK Directory" } } } |
