[CMake] Control CMake Verbosity?

2015-05-01 Thread Nikolaus Rath
Hello, Is there a way to adjust the amount or level of detail of the CMake progress messages? Especially with parallel make, the output isn't exactly pretty. For example: Scanning dependencies of target LR_shift [ 1%] [ 6%] [ 6%] [ 6%] [ 8%] [ 10%] [ 13%] [ 13%] Building Fortran object CMak

Re: [CMake] Set Fortran compiler in CMakeLists.txt?

2015-04-30 Thread Nikolaus Rath
On 04/30/2015 03:27 PM, Bill Hoffman wrote: > On 4/30/2015 2:50 PM, Nikolaus Rath wrote: >> Hmm. My situation is a bit different. We have different Fortran >> compilers installed, but this specific one needs to be compiled using >> the intel compiler. But by default, C

[CMake] Problem with Fortran conditionals

2015-04-30 Thread Nikolaus Rath
Hello, I am in the process of converting a bigger project from pure GNU Make to CMake - mostly because managing dependencies for the Fortran sources has become too painful. Things seem to be mostly working, but I'm hitting one problem. When trying to run the (CMake-generated) Makefile, it fails w

Re: [CMake] Set Fortran compiler in CMakeLists.txt?

2015-04-30 Thread Nikolaus Rath
On 04/30/2015 10:59 AM, Bill Hoffman wrote: > On 4/30/2015 12:52 PM, Nikolaus Rath wrote: >> Is there a way to set the Fortran compiler from CMakeLists.txt (instead >> of setting the FC environment when calling cmake)? > > No, not really. That is not the way CMake work

[CMake] Set Fortran compiler in CMakeLists.txt?

2015-04-30 Thread Nikolaus Rath
Hello, Is there a way to set the Fortran compiler from CMakeLists.txt (instead of setting the FC environment when calling cmake)? Thanks, -Nikolaus -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers vario