Files
CMake/Source
Brad King a1eb03569d file: Change REMOVE to ignore empty names
Previously code like

    file(REMOVE_RECURSE "${accidentally_missing_variable}")

treated the empty string as a relative path with respect to the
current directory and removed its contents.  Change this behavior
to ignore the empty string with a warning instead.

Normally such behavior changes are done with a policy, but in this case
such code is likely a real bug in project code that can delete data.

Fixes: #19274
2019-05-21 09:25:32 -04:00
..
2019-05-03 11:48:46 -04:00
2019-03-18 14:18:13 -04:00
2019-03-18 14:18:13 -04:00
2019-04-28 22:45:44 +10:00
2019-05-03 11:48:46 -04:00
2019-05-21 00:01:06 -04:00
2019-04-04 13:24:39 -04:00
2019-03-30 15:34:59 +01:00
2019-03-20 11:41:29 -04:00
2019-03-18 15:09:10 +01:00