You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2022/09/13 02:26:02 UTC

[GitHub] [orc] williamhyun opened a new pull request, #1249: ORC-1268: Set CMP0135 policy for CMake 3.24+

williamhyun opened a new pull request, #1249:
URL: https://github.com/apache/orc/pull/1249

   ### What changes were proposed in this pull request?
   This PR aims to set the CMP0135 policy for CMake 3.24+.
   
   
   ### Why are the changes needed?
   CMake 3.24+ adds CMP0135 which starts to complain at DOWNLOAD_EXTRACT_TIMESTAMP. 
   To disable the warning, we need to set the policy explicitly.
   
   https://cmake.org/cmake/help/latest/policy/CMP0135.html
   
   ### How was this patch tested?
   Manually.
   


-- 
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: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [orc] dongjoon-hyun closed pull request #1249: ORC-1268: Set CMP0135 policy for CMake 3.24+

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #1249: ORC-1268: Set CMP0135 policy for CMake 3.24+
URL: https://github.com/apache/orc/pull/1249


-- 
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: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [orc] williamhyun commented on pull request #1249: ORC-1268: Set CMP0135 policy for CMake 3.24+

Posted by GitBox <gi...@apache.org>.
williamhyun commented on PR #1249:
URL: https://github.com/apache/orc/pull/1249#issuecomment-1244815650

   cc: @wgtmac @dongjoon-hyun 


-- 
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: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org