vtk-m2/CMake
Kenneth Moreland 9f0bd78860 Add C++11 flags to sub-projects
Recently VTK-m was changed to require C++11. The internal builds set
properties to require C++11, but these never make it to the
configuration for projects that use the VTK-m package (i.e. not declared
in VTKmConfig.cmake).

This change adds a new CMake target, vtkm, which is an interface. It
does not point to an actual library, but it allows code that links it in
to have the appropriate compile flags.
2016-09-29 14:06:07 -04:00
..
doxyfile.in Initial support for generating documentation using Doxygen 2015-07-17 15:35:59 -04:00
FindBoostHeaders.cmake VTKm config module now properly support the QUIET flag. 2016-07-28 10:46:59 -04:00
FindEGL.cmake Add a copyright statement to the FindEGL.cmake 2016-06-17 08:14:37 -04:00
FindGLEW.cmake Fix line endings. 2015-10-20 12:32:29 -06:00
FindGLFW.cmake Make GLFW CMake configure vars advanced 2016-09-15 09:47:28 -06:00
FindMESA.cmake Add missing copyright headers. 2016-03-28 11:16:35 -04:00
FindPyexpander.cmake Directly call python when executing expander.py 2016-06-16 10:36:20 -06:00
FindTBB.cmake Add TBB backend. 2015-06-01 13:57:37 -04:00
FindThrust.cmake Make FindThrust.cmake work when thrust not found 2016-06-21 18:03:27 -06:00
TestBuild.cxx.in nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
VTKmBuildDocumentation.cmake Initial support for generating documentation using Doxygen 2015-07-17 15:35:59 -04:00
VTKmCheckCopyright.cmake Update VTKmCheckCopyright.cmake to ignore build files. 2016-08-02 13:50:33 -04:00
VTKmCheckPyexpander.cmake Directly call python when executing expander.py 2016-06-16 10:36:20 -06:00
VTKmCheckSourceInBuild.cmake Allow sources to be declared in parent directory 2016-09-07 16:47:54 -06:00
VTKmCompilerExtras.cmake Refactor CMake files 2016-09-01 11:14:29 -04:00
VTKmCompilerOptimizations.cmake Fix configuration of vectorization 2016-08-03 16:07:21 -04:00
VTKmConfig.cmake.in Change VTKm_BUILD_RENDERING to VTKm_ENABLE_RENDERING 2016-09-21 14:38:00 -06:00
VTKmConfigureComponents.cmake Add C++11 flags to sub-projects 2016-09-29 14:06:07 -04:00
VTKmCopyrightStatement.txt The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
VTKmDetectCUDAVersion.cu Make VTKmDetectCUDAVersion work with C compilers. 2016-09-21 16:00:57 -04:00
VTKmMacros.cmake Add C++11 flags to sub-projects 2016-09-29 14:06:07 -04:00
VTKmSystemInformation.cmake Add git SHA to information reported in SystemInformation test 2015-07-31 12:10:52 -06:00
WrapCUDASource.cu.in Use TryExecute within the rendeirng library 2016-09-07 16:47:50 -06:00