[CMake] Feature Request

2019-01-07 Thread Anthony Zukaitis
Would it be possible to allow the include command to use a variable containing content instead of a variable containing a file or module that has content? Or possibly a separate command? The creation of temporary files to do so makes things annoyingly cluttered. Tony -- Powered by www.kitware.

[CMake] (no subject)

2018-04-04 Thread Anthony Zukaitis
On windows I found an issue with Visual studio where intel fortran was attempting to preprocess lowercase .f90 files. Intel's documentation states that it does not preprocess these files. Looking into the cmake source code I found: in Modules/Platform/Windows-Intel-Fortran line 3: set(_COMPILE

[CMake] Bug on Windows with Intel Fortran

2018-02-23 Thread Anthony Zukaitis
On windows I found an issue with Visual studio where intel fortran was attempting to preprocess lowercase .f90 files. Intel's documentation states that it does not preprocess these files. Looking into the cmake source code I found: in Modules/Platform/Windows-Intel-Fortran line 3: set(_COMPILE_

Re: [CMake] ctest and label time summary

2017-11-01 Thread Anthony Zukaitis
I found my error I wasn't setting my labels correctly i was setting one big string and not a list. user error :/. On Wed, Nov 1, 2017 at 2:31 PM, Craig Scott wrote: > > On Thu, Nov 2, 2017 at 5:09 AM, Anthony Zukaitis > wrote: > >> Is there a way to tu

[CMake] ctest and label time summary

2017-11-01 Thread Anthony Zukaitis
Is there a way to turn off the label timing information after ctest is run with ctest -L mytest I have appoximately 100 tests that depend on a SETUP test. The setup test has 100s of labels and this screws up the print out of the label timing summary at the end of the ctest run. This is due to th