aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-11-04 11:26:38 -0200
committerHisham Muhammad <hisham@gobolinux.org>2013-11-04 11:26:38 -0200
commit143cc28429bae0ba72c08433e21aacdf3723d72f (patch)
tree6467ba0ed66e0654e018eb12906c5c6579e66afe /src
parentffb82c3134595b615a9fbc0c70a6281117586492 (diff)
parent84c13dbefb115fdeefb70f9460b38106f60fbfc2 (diff)
downloadluarocks-143cc28429bae0ba72c08433e21aacdf3723d72f.tar.gz
luarocks-143cc28429bae0ba72c08433e21aacdf3723d72f.tar.bz2
luarocks-143cc28429bae0ba72c08433e21aacdf3723d72f.zip
Merge branch 'master' of github.com:keplerproject/luarocks
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/build/cmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/build/cmake.lua b/src/luarocks/build/cmake.lua
index f1737876..0df3a921 100644
--- a/src/luarocks/build/cmake.lua
+++ b/src/luarocks/build/cmake.lua
@@ -22,7 +22,7 @@ function run(rockspec)
22 22
23 util.variable_substitutions(variables, rockspec.variables) 23 util.variable_substitutions(variables, rockspec.variables)
24 24
25 if not fs.execute_quiet(rockspec.variables.CMAKE, "--help")) then 25 if not fs.execute_quiet(rockspec.variables.CMAKE, "--help") then
26 return nil, "'"..rockspec.variables.CMAKE.."' program not found. Is cmake installed? You may want to edit variables.CMAKE" 26 return nil, "'"..rockspec.variables.CMAKE.."' program not found. Is cmake installed? You may want to edit variables.CMAKE"
27 end 27 end
28 28