mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +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"
|
||||
return 1
|
||||
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
|
||||
return 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user