diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2013-11-04 11:26:38 -0200 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-11-04 11:26:38 -0200 |
| commit | 143cc28429bae0ba72c08433e21aacdf3723d72f (patch) | |
| tree | 6467ba0ed66e0654e018eb12906c5c6579e66afe | |
| parent | ffb82c3134595b615a9fbc0c70a6281117586492 (diff) | |
| parent | 84c13dbefb115fdeefb70f9460b38106f60fbfc2 (diff) | |
| download | luarocks-143cc28429bae0ba72c08433e21aacdf3723d72f.tar.gz luarocks-143cc28429bae0ba72c08433e21aacdf3723d72f.tar.bz2 luarocks-143cc28429bae0ba72c08433e21aacdf3723d72f.zip | |
Merge branch 'master' of github.com:keplerproject/luarocks
| -rw-r--r-- | src/luarocks/build/cmake.lua | 2 |
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 | ||
