We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4962852 commit 43cf186Copy full SHA for 43cf186
.gitignore
@@ -16,6 +16,7 @@
16
# under the License.
17
18
build/
19
+install/
20
cmake-build-debug/
21
cmake-build-release/
22
.DS_Store
README.md
@@ -32,7 +32,7 @@ C++ implementation of [Apache Iceberg™](https://iceberg.apache.org/).
32
33
```bash
34
cd iceberg-cpp
35
-cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/path/to/install -DICEBERG_BUILD_STATIC=ON -DICEBERG_BUILD_SHARED=ON
+cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/path/to/install -DICEBERG_BUILD_STATIC=ON -DICEBERG_BUILD_SHARED=ON -DICEBERG_BUILD_TESTS=OFF -DICEBERG_ARROW=OFF
36
cmake --build build
37
cmake --install build
38
```
0 commit comments