Import 2017-06-07 23:51:09: master f948a14d

Author Committer Branch Timestamp Parent
jcfr jcfr master 2015-02-25 14:00:29 master 53814e0a
Changeset

STYLE: BundleUtilities: Remove .* expressions from MATCHES regexs

This commit integrates the upstream change kitware/cmake@b0b4b46

//----------
Author: Rolf Eike Beer <eike@sf-mail.de> 2014-04-11 12:17:46
Committer: Rolf Eike Beer <eike@sf-mail.de> 2014-04-14 12:17:11

Remove .* expressions from beginning and end of MATCHES regexs

All these expressions work the same:
  &quot;foo&quot;
  &quot;.*foo.*&quot;
  &quot;^.*foo.*$&quot;

This assumes that the &quot;Intel*&quot; expressions were meant to be &quot;Intel.*&quot;.

//----------

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23986 3bd1e089-480b-0410-8dfb-8563597acbee

mod - CMake/BundleUtilitiesWithRPath.cmake Diff File