[cmake-developers] add_custom_commad build error with ninja generator

2014-04-09 Thread Claus Klein
Hi all, I have problems with the following cmake build script: find_program(CCP_EXECUTABLE cpp REQUIRED HINTS /opt/local/bin) find_program(ASN1C_EXECUTABLE asn1c REQUIRED HINTS /opt/local/bin) if(ASN1C_EXECUTABLE AND CCP_EXECUTABLE) set(ASN1C_OUTPUT_DIR "${CMAKE_CURRENT_BINARY_DIR}") ###

Re: [cmake-developers] Bug in Visual Studio generators

2014-04-09 Thread Josh Green
Hi Brad, Firstly, thanks for your attention and I really appreciate you're working through the issue with me. Thanks for your explanation of cmLocalGenerator::Convert. My source tree roughly looks like this: C:\dev\root\src\CMakeLists.txt -- root cmake lists file C:\dev\root\src\build\ -- This is

Re: [cmake-developers] Introduction and volunteering for the Matlab package

2014-04-09 Thread Raffi Enficiaud
Hi all, After Brad’s feedbacks, I did the following: - fix + clean the documentation - remove any unwanted message, added a variable in order to print diagnostic - cleaned variable/function names - changed macros to function - added components: mex compiler, eng/mx libraries, matlab program - prop

[cmake-developers] [CMake 0014871]: Error running link command when using gfortran on Windows

2014-04-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14871 == Reported By:vitaut Assigned To: =

[cmake-developers] [CMake 0014870]: FindMPI.cmake returns 32-bit libraries on 64-bit systems for Fortran-only projects

2014-04-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14870 == Reported By:Melven Roehrig-Zoellner Assigned To:

Re: [cmake-developers] [CMake] [ANNOUNCE] CMake 3.0-rc3 now ready for testing!

2014-04-09 Thread Alan W. Irwin
On 2014-03-26 13:22-0400 Robert Maynard wrote: I am proud to announce the CMake 3.0 third release candidate. With some trepidation (because of the possibility of backwards incompatibilities, and the usual concerns about "*.0" releases), I gave it a try. The bootstrap build worked with no issu

Re: [cmake-developers] target_compile_features remaining issues

2014-04-09 Thread Alex Merry
On 28/03/14 15:16, Stephen Kelly wrote: > The target_compile_features topic in my clone is almost ready to merge to > next. Having looked through the docs for the topic, the thing that is missing that I'd like to see is a way (probably a variable) to specify the default enabled features for all t

Re: [cmake-developers] Bug in Visual Studio generators

2014-04-09 Thread Brad King
On 04/08/2014 08:13 PM, Josh Green wrote: > I have gone back and re-read the commit message of the commit that I > linked earlier: > >> Most CMake generators produce relative paths within the build tree and >> full paths to files outside the build tree. Make VS 10 and VS 11 >> project files consi

Re: [cmake-developers] CMake master slowdown in generation step

2014-04-09 Thread Brad King
On 04/08/2014 08:00 PM, Stephen Kelly wrote: > adb96ae67e2ae5d8ab543fc60f11750a42ed0c41 (after latest optimization) [snip] > My new optimizations make the VTK time comparable with before-refactor on my > machine. Great! In my VTK test case posted previously the times are now: real0m17.653s