Re: [CMake] Disabling Argument Parsing in CMake -P Scripts

2012-11-02 Thread Eskandar Ensafi
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

[CMake] Disabling Argument Parsing in CMake -P Scripts

2012-11-01 Thread Eskandar Ensafi
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

[CMake] LINK_DIRECTORY Problem With Implicit Paths

2011-02-22 Thread Eskandar Ensafi
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

Re: [CMake] No Native 64-Bit CMake Binaries?

2010-05-06 Thread Eskandar Ensafi
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

[CMake] No Native 64-Bit CMake Binaries?

2010-05-05 Thread Eskandar Ensafi
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

[CMake] No Color Output With "cmake --build" in CMake 2.8

2009-12-17 Thread Eskandar Ensafi
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