We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e2bdb commit 7c105d4Copy full SHA for 7c105d4
cpp/src/parquet/CMakeLists.txt
@@ -207,7 +207,9 @@ if(DEFINED ARROW_FSST_INCLUDE_DIR)
207
endif()
208
if(DEFINED ARROW_FSST_SOURCES)
209
set_source_files_properties(${ARROW_FSST_SOURCES}
210
- PROPERTIES COMPILE_OPTIONS "-Wno-error=shorten-64-to-32")
+ PROPERTIES
211
+ COMPILE_OPTIONS
212
+ "$<$<COMPILE_LANG_AND_ID:CXX,Clang,AppleClang>:-Wno-error=shorten-64-to-32>")
213
214
215
if(ARROW_HAVE_RUNTIME_AVX2)
0 commit comments