Skip to content

Commit 446f358

Browse files
committed
Set SPARROW_IPC_BUILD_TESTS and SPARROW_IPC_BUILD_EXAMPLES to make all headers available
1 parent 434f4ae commit 446f358

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
-Bbuild \
4646
-DCMAKE_BUILD_TYPE=Release \
4747
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
48-
-DBUILD_TESTS=ON \
48+
-DSPARROW_IPC_BUILD_TESTS=ON \
49+
-DSPARROW_IPC_BUILD_EXAMPLES=ON \
4950
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
5051
5152
# Build sparrow-ipc to have the generated flatbuffers files available

0 commit comments

Comments
 (0)