vtk-m/CMake
Kenneth Moreland 9571c9b54f Fix vtkm_add_header_build_test
The CMake configuration stopped creating any of the test builds. There
were a couple of errors introduced into this function that needed to be
fixed.

First, the condition on whether the testing should be skipped got
reversed. It was trying to create test build files for all the headers
that were not supposed to be built instead of the ones that were.

Second, the list of source files to build was not created correctly. The
set command that stored the name of the source file got removed, and so
nothing was being added to the list. I restored the variable and used
that consistently for the source file name.
2018-04-19 14:31:30 -06:00
..
doxyfile.in skip fmt and tthread from doxygen 2018-01-26 13:31:10 -05:00
FindOpenGL.cmake Update FindOpenGL to version in CMake 3.10.1 2018-01-08 14:00:57 -05:00
FindPyexpander.cmake cmake: remove executable permissions from CMake files 2018-01-16 14:56:02 -05:00
FindTBB.cmake Fix condition on which to get the TBB version 2018-04-04 16:34:34 -06:00
VTKmBuildDocumentation.cmake Added doxyfile and vtkmBuildDocumentation.cmake closes #8 2017-10-31 16:10:14 -06:00
VTKmBuildType.cmake Update copyright for Sandia 2017-09-20 15:33:44 -06:00
VTKmCheckCopyright.cmake update VTKmCheckCopyright for new diy header locations. 2018-01-03 14:53:37 -05:00
VTKmCheckPyexpander.cmake Misc. typos 2018-01-30 06:51:47 -05:00
VTKmCheckSourceInBuild.cmake Applied patch from Rob Maynard 2018-02-13 09:16:45 -07:00
VTKmCompilerFlags.cmake Cuda will also print error/warning pragma values now. 2018-04-12 10:06:57 -04:00
VTKmConfig.cmake.in Merge branch 'master' into vtk-m-cmake_refactor 2018-02-23 14:52:00 -05:00
VTKmCopyrightStatement.txt Added copyright check back into the build closes #7 2017-10-31 16:36:07 -06:00
VTKmCPUVectorization.cmake Respect the settings of VTKm_Vectorization when building VTK-m 2018-01-16 15:42:37 -05:00
VTKmDetectCUDAVersion.cu Properly detect what flags to pass to cuda when CUDA_Architecture is native 2018-01-08 14:00:54 -05:00
VTKmDetermineVersion.cmake VTKmDetermineVersion: list the project we found the version for 2018-01-24 09:17:57 -05:00
VTKmDeviceAdapters.cmake To allow compiled in virtuals we need to only build for actual sm archs. 2018-04-09 12:50:13 -04:00
VTKmExportHeaderTemplate.h.in Update copyright for Sandia 2017-09-20 15:33:44 -06:00
VTKmRenderingContexts.cmake Examples that use glu functions now properly link to OpenGL::GLU 2018-04-09 15:29:01 -04:00
VTKmSystemInformation.cmake added SystemInformation cmake funcitonality closes #9 2017-10-31 16:37:04 -06:00
VTKmWrappers.cmake Fix vtkm_add_header_build_test 2018-04-19 14:31:30 -06:00