summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 5c0222315..dd16a170c 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -102,7 +102,7 @@ newoption {
newoption {
trigger = "enable-nvapi",
- description = "(Optional) If true will enable NVAPI, if NVAPI is found via CUDA_PATH",
+ description = "(Optional) If true will enable NVAPI, if NVAPI is found via external/nvapi",
value = "bool",
default = "false",
allowed = { { "true", "True"}, { "false", "False" } }