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 87c0346 commit 73f9733Copy full SHA for 73f9733
rerun_cpp/CMakeLists.txt
@@ -195,7 +195,7 @@ if(RERUN_DOWNLOAD_AND_BUILD_ARROW)
195
-DCMAKE_INSTALL_PREFIX=${ARROW_DOWNLOAD_PATH}
196
-Dxsimd_SOURCE=BUNDLED
197
SOURCE_SUBDIR cpp
198
- BUILD_BYPRODUCTS ${ARROW_LIBRARY_FILE}
+ BUILD_BYPRODUCTS ${ARROW_LIBRARY_FILE} ${ARROW_BUNDLED_DEPENDENCIES_FILE}
199
)
200
201
# arrow_cpp target is not a library. Assemble one from it.
0 commit comments