Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The `CMakeLists.txt` for `src/arrow/ipc` recently added the following 3 lines:
ADD_ARROW_BENCHMARK(ipc-read-write-benchmark) ARROW_TEST_LINK_LIBRARIES(ipc-read-write-benchmark ${ARROW_IPC_TEST_LINK_LIBS})
The second line should be ARROW_BENCHMARK_LINK_LIBRARIES. Otherwise, attempting to build gives the following error:
CMake Error at CMakeLists.txt:358 (target_link_libraries): Cannot specify link libraries for target "ipc-read-write-benchmark" which is not built by this project. Call Stack (most recent call first): src/arrow/ipc/CMakeLists.txt:176 (ARROW_TEST_LINK_LIBRARIES)