Skip to content

Commit afd5d03

Browse files
Hatem Helalhatemhelal
authored andcommitted
cmake-format changes
1 parent 04485e1 commit afd5d03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,8 +1853,7 @@ macro(build_lz4)
18531853
else()
18541854
set(LZ4_STATIC_LIB "${LZ4_BUILD_DIR}/lib/liblz4.a")
18551855
set(LZ4_BUILD_COMMAND BUILD_COMMAND ${CMAKE_SOURCE_DIR}/build-support/build-lz4-lib.sh
1856-
"AR=${CMAKE_AR}"
1857-
"OS=${CMAKE_SYSTEM_NAME}")
1856+
"AR=${CMAKE_AR}" "OS=${CMAKE_SYSTEM_NAME}")
18581857
endif()
18591858

18601859
# We need to copy the header in lib to directory outside of the build

0 commit comments

Comments
 (0)