Skip to content

Commit 8771211

Browse files
committed
link shared with shared
1 parent 55aed9b commit 8771211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ option(NANOARROW_IPC_WITH_ZSTD "Build nanoarrow with ZSTD compression support bu
4242
OFF)
4343

4444
option(NANOARROW_DEVICE "Build device extension" OFF)
45-
option(NANOARROW_TESTING "Build testng extension" OFF)
45+
option(NANOARROW_TESTING "Build testing extension" OFF)
4646
option(NANOARROW_DEVICE_WITH_METAL "Build Apple metal libraries" OFF)
4747
option(NANOARROW_DEVICE_WITH_CUDA "Build CUDA libraries" OFF)
4848

examples/cmake-scenarios/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ else()
6464
nanoarrow::nanoarrow_shared
6565
nanoarrow::nanoarrow_device_shared
6666
nanoarrow::nanoarrow_ipc_shared
67-
nanoarrow::nanoarrow_testing)
67+
nanoarrow::nanoarrow_testing_shared)
6868
endif()

0 commit comments

Comments
 (0)