Reranko05 opened a new issue, #50631:
URL: https://github.com/apache/arrow/issues/50631

   ### Describe the enhancement requested
   
   ### Describe the enhancement requested
   
   The workaround added for the macOS 11.3 SDK currently uses 
`add_compile_definitions(SIMDJSON_CONCEPT_DISABLED=1)` at the global scope.
   
   As suggested in PR #50587, move this logic into `build_simdjson()` and apply 
it only to the simdjson target using the appropriate target-scoped CMake 
command (e.g. `target_compile_definitions()`).
   
   This limits the workaround to simdjson instead of affecting unrelated 
targets.
   
   ### Component(s)
   
   C++


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to