Re: [CMake] Support for building of OCaml software?

2014-04-09 Thread SF Markus Elfring
> https://github.com/ocaml-cmake/ocaml-cmake I find your contribution very interesting. How do you think about to extend configuration checks for OCaml compiler variants? Would you also like to check for the availability of any package manager? Regards, Markus -- Powered by www.kitware.com

Re: [CMake] Support for building of OCaml software?

2014-04-09 Thread Judicaƫl Bedouet
Hi Markus, There is a lot of work to be done to have OCaml fully integrated to CMake. You can find different CMake modules to compile OCaml executables on the Web. I recently put my scripts on github: https://github.com/ocaml-cmake/ocaml-cmake. Regards, J. Bedouet From: SF Markus Elfring > To

Re: [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] CMakeDetermineVSServicePack (was: CMake 3.0-rc3 now ready for testing)

2014-04-09 Thread Brad King
On 04/09/2014 07:39 AM, Mourad Boufarguine wrote: > CMake Error at D:/Program Files > (x86)/CMake/share/cmake-3.0/Modules/CMakeDetermineVSServicePack.cmake:140 > (list): > list index: 3 out of range (-3, 2) [snip] > content of the _cl_version variable and it gave me 17.00.61030 > so there is no 4

[CMake] Dependency resolution for "add_custom_command" calls?

2014-04-09 Thread SF Markus Elfring
Hello, I try to generate some files mainly by calls of the command "add_custom_command". One of them should start with the action to copy a source file into the build directory. But I wonder why this step is not written into a generated make file. I would appreciate your advices. Regards, Markus

Re: [CMake] Issues with CMake + TAU

2014-04-09 Thread sindimo
The wrapper scripts aren't ours, they are part of the TAU profiler tool from the University of Oregon, so it's not something we would like to edit or mingle with. As a workaround I've implemented a custom command that runs post build which does the job, I'll post it here if anyone else is having

Re: [CMake] install(QUIET ...)

2014-04-09 Thread Emmanuel Blot
Succesfully tested, thanks a lot! Too bad it did not make it to RC3... This is a really nice feature. Cheers, Manu On Mon, Apr 7, 2014 at 3:07 PM, David Cole wrote: >> On 6. Apr 2014, at 16:48, David Cole wrote: >> >> > The patch says it's based on > > "9dadcae57bc8545d1af66ede4c91c06eaa49f9d6

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

2014-04-09 Thread Mourad Boufarguine
Hi Robert, I'm trying to build Eigen 3.2.1 using Visual Studio 2012 and I'm getting this CMake error at the configuration time : (I had also the same error with RC2) CMake Error at D:/Program Files (x86)/CMake/share/cmake-3.0/Modules/CMakeDetermineVSServicePack.cmake:140 (list): list index: 3 out