Skip to content

Commit cbf4e22

Browse files
committed
unity build
1 parent 1c8dc41 commit cbf4e22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/src/arrow/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,8 @@ if(ARROW_JSON)
10061006
endif()
10071007
if(ARROW_SIMDJSON_IMPL_SRC)
10081008
set_source_files_properties(json/simdjson_impl.cc
1009-
PROPERTIES COMPILE_DEFINITIONS SIMDJSON_IMPLEMENTATION)
1009+
PROPERTIES COMPILE_DEFINITIONS SIMDJSON_IMPLEMENTATION
1010+
SKIP_UNITY_BUILD_INCLUSION ON)
10101011
endif()
10111012
endif()
10121013
arrow_add_object_library(ARROW_JSON

0 commit comments

Comments
 (0)