HyukjinKwon opened a new pull request, #48981:
URL: https://github.com/apache/arrow/pull/48981

   ### Rationale for this change
   
   Arrow requires CMake 3.25 but was still using deprecated `COMPILE_FLAGS` 
property. Recommanded to use `COMPILE_OPTIONS` (introduced in CMake 3.11).
   
   ### What changes are included in this PR?
   
   Replaced `COMPILE_FLAGS` with `COMPILE_OPTIONS` across `CMakeLists.txt` 
files, converted space separated strings to semicolon-separated lists, and 
removed obsolete TODO comments.
   
   ### Are these changes tested?
   
   Yes, through CI build and existing tests.
   
   ### Are there any user-facing changes?
   
   No.


-- 
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