guments in similar variables even when configuring a CMakeLists
> file. Presently, the CMAKE_ARGVn vars are only available in script
> mode.)
>
> Can you propose a patch?
>
> If so, open a feature request in the bug tracker, and attach a "git
> format-patch -1" file.
&g
Hello,
I often find it very useful to run CMake scripts of the form "cmake -P
script-name arg1 arg2 ..." as a cross-platform scripting solution that doesn't
rely on Perl, Python, etc. One major limitation is that CMake continues to
parse all arguments after the script name. For example, if ar
Hello,
We have different versions of Intel C, C++ and Fortran compilers installed
side by side on a 64-bit Linux system which is used to develop, debug and
run both 32- and 64-bit applications. I want my executable's runtime
library path (RPATH) to point to the version of the Intel libraries t
Hi all,
To clarify, my concern was not that a 32-bit CMake would not be able to
build a 64-bit application, nor was I worried about the performance.
Rather, considering that it is possible to build a 64-bit CMake, why is it
that the CMake website does not provide a ready built 64-bit native
binary
Hello,
I used to build my own CMake binaries under Linux and Windows, but I got
tired of having to install compatible versions of third-party libraries
such as Qt, so I've been downloading the prebuilt binaries instead. On
the Linux side, I gave up on Red Hat/EPEL and RPMforge distributions, a
Hello,
When I use the Unix Makefile generator (or the NMake Makefile generator
under Windows), running "cmake --build " does not produce color
output, whereas "cd && make" does. Is there a reason for this,
or have I stumbled upon a bug?
Best,
Eskandar