[CMake] Custom Command OUTPUTs to understand geenrator expressions?

2017-11-01 Thread Chris Green
Hi, I have a case where a custom command produces multiple outputs, at least some of which depend on a property of a library target, viz: if (BD_WANT_PCM) set(PCM_OUTPUT $/${CMAKE_SHARED_LIBRARY_PREFIX}${dictname}_dict_rdict.pcm) if (GD_PCM_OUTPUT_VAR) set(${GD_PCM_OUTPU

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 turn off the label timing inform

Re: [CMake] ctest and label time summary

2017-11-01 Thread Craig Scott
On Thu, Nov 2, 2017 at 5:09 AM, Anthony Zukaitis wrote: > 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 t

[CMake] [ANNOUNCE] CMake 3.10.0-rc4 is now ready for testing

2017-11-01 Thread Robert Maynard
I am proud to announce the fourth CMake 3.10 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.10 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.10/release/3.10.html Some of the more significa

[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

[CMake] FindCUDA Separable Compilation and cublas_device

2017-11-01 Thread Jamil Appa
Hi When using FindCUDA with separable compilation combined with device code that uses cublas_device I get missing symbols when linking the intermediate file at line 1758 FindCUDA.cmake If I change line 1758