Skip to content

Commit 73f9733

Browse files
committed
Fix clean build
1 parent 87c0346 commit 73f9733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rerun_cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ if(RERUN_DOWNLOAD_AND_BUILD_ARROW)
195195
-DCMAKE_INSTALL_PREFIX=${ARROW_DOWNLOAD_PATH}
196196
-Dxsimd_SOURCE=BUNDLED
197197
SOURCE_SUBDIR cpp
198-
BUILD_BYPRODUCTS ${ARROW_LIBRARY_FILE}
198+
BUILD_BYPRODUCTS ${ARROW_LIBRARY_FILE} ${ARROW_BUNDLED_DEPENDENCIES_FILE}
199199
)
200200

201201
# arrow_cpp target is not a library. Assemble one from it.

0 commit comments

Comments
 (0)