Skip to content

Commit a90cfa1

Browse files
committed
maybe?
1 parent 38ee07f commit a90cfa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/cmake-scenarios/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919

2020
set -exuo pipefail
2121

22+
export CMAKE_CONFIGURATION_TYPES=Release
23+
2224
# Build nanoarrow statically.
2325
cmake -S ../.. -B scratch/nanoarrow_build/ \
2426
-DCMAKE_INSTALL_PREFIX=scratch/nanoarrow_install/ \
25-
-DCMAKE_CONFIGURATION_TYPES=Release \
2627
-DNANOARROW_IPC=ON -DNANOARROW_DEVICE=ON -DNANOARROW_TESTING=ON
2728
cmake --build scratch/nanoarrow_build/
2829
cmake --install scratch/nanoarrow_build/

0 commit comments

Comments
 (0)