mirror of https://github.com/Kitware/CMake.git
Browse Source
GCC 8.1.0 now gives an error if `strncpy` is called with a bound depending on the length of the source argument. Replace `strncpy` with `strcpy` as the length is known a priori. Fixes: #18038pull/321/head

committed by
Brad King

1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue