1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Only have extras rerun config if it was successfully run before. Config can create the build directory even if cmake isn't found.

This commit is contained in:
Adam
2014-01-26 01:17:54 -05:00
parent f28b1142f5
commit cd184596a2
+1 -1
View File
@@ -147,7 +147,7 @@ while (1)
chop($input); # remove the trailing \n from the user input
if ($input eq "q") {
if (-e "build") {
if (-e "build/CMakeFiles") {
if (-e "cmake-bin") {
my $cmake_path = `find cmake-bin -name cmake -print0`;
system($cmake_path, "build/.");