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.
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
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_
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
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