Skip to content

Commit be27af9

Browse files
committed
Remove redundant lz4 lib link
1 parent 7e613e3 commit be27af9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Configure using cmake
7474
run: |
75-
choco install pkgconfiglite
75+
#choco install pkgconfiglite
7676
cmake -S ./ -B ./build \
7777
-DSPARROW_IPC_BUILD_SHARED=${{ matrix.build_shared }} \
7878
-DSPARROW_IPC_BUILD_TESTS=ON \

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ target_link_libraries(sparrow-ipc
246246
)
247247

248248
target_include_directories(sparrow-ipc PRIVATE ${LZ4_INCLUDE_DIRS})
249-
target_link_libraries(sparrow-ipc PRIVATE ${LZ4_LIBRARIES})
249+
# target_link_libraries(sparrow-ipc PRIVATE ${LZ4_LIBRARIES})
250250

251251
# Ensure generated headers are available when building sparrow-ipc
252252
add_dependencies(sparrow-ipc generate_flatbuffers_headers)

0 commit comments

Comments
 (0)