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 e4286ab commit 9c15db6Copy full SHA for 9c15db6
README.md
@@ -35,7 +35,7 @@ cd iceberg-cpp
35
mkdir build && cd build
36
cmake .. -DCMAKE_INSTALL_PREFIX=/tmp/iceberg -DICEBERG_BUILD_STATIC=ON -DICEBERG_BUILD_SHARED=ON
37
cmake --build .
38
-ctest --build .
+ctest --output-on-failure
39
cmake --install .
40
```
41
0 commit comments