Commit 1595fb9
committed
PAX: make
When building PAX:
```
make -j$(nproc) -C ~/cloudberry
```
Will have a warning as the follows:
```
build pax, USE_MANIFEST_API=OFF USE_PAX_CATALOG=ON
CMake Warning (dev) at CMakeLists.txt:1 (project):
cmake_minimum_required() should be called prior to this top-level project()
call. Please see the cmake-commands(7) manual for usage documentation of
both commands.
This warning is for project developers. Use -Wno-dev to suppress it.
```
This change is to let the building run without warning, or else can
cause a little confusion for users and developers.cmake_minimum_required() check at top1 parent 853596b commit 1595fb9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments