I cannot see the hang anymore, most probably a network issue. Pls ignore.
Serban Maerean
HPC Tools
T/L: 293-9770, Tel.: 845-433-9770
E-mail: ser...@us.ibm.com
From: Alex Turbov
To: Serban Maerean
Cc: cmake@cmake.org
Date: 06/29/2017 06:37 AM
Subject:Re: [CMake] hang in
> Linux does not understand '(' in name of files and directories; e.g.
actually it does. (and Bash != Linux). Anyway, just like a space symbol,
you can quote argument w/ braces:
$ mkdir -p '/tmp/Just Test (it)'
and everything will be fine. As for the code mentioned, all paths are
quoted here, so
Hi Serban. Can you open a bug report for this and also record which version
of CMake you are using? You can submit a bug here:
https://gitlab.kitware.com/cmake/cmake/issues
On Tue, Jun 27, 2017 at 2:05 AM, Serban Maerean wrote:
> Hi,
>
> I get a hang in the "file" command in FindDoxygen.cmake,
Hi,
I get a hang in the "file" command in FindDoxygen.cmake, on ppc64le:
103 set(_x86 "(x86)")
104 file(GLOB _Doxygen_GRAPHVIZ_BIN_DIRS
105 "$ENV{ProgramFiles}/Graphviz*/bin"
106 "$ENV{ProgramFiles${_x86}}/Graphviz*/bin"
107 )
108 unset(_x86)
Linux does not understand '(' in name of files