Skip to content

Commit ff99de9

Browse files
committed
Fix typo
1 parent 93c9bf5 commit ff99de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/arrow-cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ set(ARROW_SRCS
424424

425425
if (OS_LINUX)
426426
SET(ARROW_SRCS "${LIBRARY_DIR}/memory_pool_jemalloc.cc" ${ARROW_SRCS})
427-
elseif()
427+
endif()
428428

429429
add_definitions(-DARROW_WITH_LZ4)
430430
SET(ARROW_SRCS "${LIBRARY_DIR}/util/compression_lz4.cc" ${ARROW_SRCS})

0 commit comments

Comments
 (0)