diff options
author | Adam <adam@sigterm.info> | 2016-04-16 16:59:21 -0500 |
---|---|---|
committer | Adam <adam@sigterm.info> | 2016-04-16 16:59:21 -0500 |
commit | 86484b6c2bb81ba168450cae901e861a3e1f5589 (patch) | |
tree | 17feda5d3c202543be62e9c356de03e82ea605d5 | |
parent | c14ae99d324cf38536843326b2ac82ae2971bdd0 (diff) | |
parent | 2af363755a87ec045f61948a80f29d0367f98d92 (diff) |
Merge pull request #164 from SaberUK/2.0+extras
Remove references to cmake-bin which was removed ages ago.
-rwxr-xr-x | extras | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -148,12 +148,7 @@ while (1) if ($input eq "q") { if (-e "build/CMakeFiles") { - if (-e "cmake-bin") { - my $cmake_path = `find cmake-bin -name cmake -print0`; - system($cmake_path, "build/."); - } else { - system("cmake", "build/."); - } + system("cmake", "build/."); print "\nNow cd build, then run make to build Anope.\n\n"; } else { print "\nBuild directory not found. You should run ./Config now.\n\n" |