diff options
author | Brad King <brad.king@kitware.com> | 2016-06-02 18:32:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-02 18:32:07 (GMT) |
commit | a7d1c4ec3f6e955262e3ae49e77430259e0bc12f (patch) | |
tree | d0a998e5832c032bf74fe0c7165f597aaed5ad4f /Auxiliary | |
parent | f1ff6301eafe61f5e9d7376d3713a0f37d3a2015 (diff) | |
download | CMake-a7d1c4ec3f6e955262e3ae49e77430259e0bc12f.zip CMake-a7d1c4ec3f6e955262e3ae49e77430259e0bc12f.tar.gz CMake-a7d1c4ec3f6e955262e3ae49e77430259e0bc12f.tar.bz2 |
CMakeDetermineCompilerId: Fix compiler id with square brackets in the path
We use file(GLOB) to load the list of files produced by compiling the
compiler identification source. Encode square brackets in the path to
the directory so that they are not treated as special characters in the
globbing expression. Otherwise we fail to find any files when the path
contains square brackets and the compiler id is unknown.
Reported-by: Esch Nigma <eschnigma@openmailbox.org>
Diffstat (limited to 'Auxiliary')
0 files changed, 0 insertions, 0 deletions