Skip to content

Commit 7c105d4

Browse files
committed
update
1 parent f5e2bdb commit 7c105d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpp/src/parquet/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ if(DEFINED ARROW_FSST_INCLUDE_DIR)
207207
endif()
208208
if(DEFINED ARROW_FSST_SOURCES)
209209
set_source_files_properties(${ARROW_FSST_SOURCES}
210-
PROPERTIES COMPILE_OPTIONS "-Wno-error=shorten-64-to-32")
210+
PROPERTIES
211+
COMPILE_OPTIONS
212+
"$<$<COMPILE_LANG_AND_ID:CXX,Clang,AppleClang>:-Wno-error=shorten-64-to-32>")
211213
endif()
212214

213215
if(ARROW_HAVE_RUNTIME_AVX2)

0 commit comments

Comments
 (0)