From 2af363755a87ec045f61948a80f29d0367f98d92 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 16 Apr 2016 13:05:44 +0100 Subject: Remove references to cmake-bin which was removed ages ago. --- extras | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'extras') diff --git a/extras b/extras index 6344ae20f..c1b1fba67 100755 --- a/extras +++ b/extras @@ -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" -- cgit