diff options
author | Peter Powell <petpow@saberuk.com> | 2016-04-16 13:05:44 +0100 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-10-02 13:56:54 -0400 |
commit | c4056e45046348630da0c14fd89b3132f26062ca (patch) | |
tree | f48e3c2b45f103a07dc73b53766bf93ddd9ae981 /extras | |
parent | ee7af884c7909c30839d7b6ceb47abdbdde4ed97 (diff) |
Remove references to cmake-bin which was removed ages ago.
(cherry picked from commit 2af363755a87ec045f61948a80f29d0367f98d92)
Diffstat (limited to 'extras')
-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" |