mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
fix root CMakeLists.txt search
This commit is contained in:
parent
5c3c994d2a
commit
417296481e
@ -98,7 +98,7 @@ find_clickhouse_root () {
|
|||||||
echo "error: $DIR has no CMakeLists.txt"
|
echo "error: $DIR has no CMakeLists.txt"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
if grep "project(ClickHouse)" "$DIR/CMakeLists.txt" >/dev/null 2>&1; then
|
if grep "project(ClickHouse" "$DIR/CMakeLists.txt" >/dev/null 2>&1; then
|
||||||
echo $DIR
|
echo $DIR
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user