Skip to content
  • Brad King's avatar
    cmSystemTools: Fix IsPathToFramework implementation (#15535) · c46490da
    Brad King authored
    Use more reliable logic to detect if a path ends in ".framework".  The
    old logic added by commit v2.4.0~791 (add better support for framework
    linking, 2005-12-26) did not account for paths not ending in it at all.
    With a 9-character path the logic and "npos == -1" happens to make the
    old check pass.
    c46490da