Changes between Initial Version and Version 1 of Ticket #64532, comment 7


Ignore:
Timestamp:
Jan 29, 2022, 1:00:30 AM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64532, comment 7

    initial v1  
    22> I'm not sure how common it is for cmake projects to make decisions based on `CMAKE_SYSTEM_PROCESSOR`. If it's uncommon, maybe making changes in individual affected ports like graphite2 is better than trying to craft a general solution that can go in the portgroup.
    33
    4 I have encountered such behavior of Cmake several times today. As another example: https://trac.macports.org/ticket/64528
     4I have encountered such behavior of Cmake several times today. As another example: #64528
    55
    66Since Cmake does not accept normal `--build=` etc. triple, getting through these errors on case-by-case basis doesn't appear anywhere optimal. General solution would be great.