vtk-m/CMake
Kenneth Moreland a0d31278d8 Fix dependency issue with VTKmCheckPyexpander.cmake
Previously, this script would create a file the same name as the desired
output, and then move it to a file with .save appended to it if the
check failed. This is problematic with parallel builds because there is
no dependency set up between the actual header file and the one being
created. Thus, it is possible for some compiles to pick up the created
file before it is moved or deleted.

Instead, just create the file with .save appended to it so that no
compile can every accidently pick it up.
2014-10-22 07:04:16 -06:00
..
CheckCXX11Features Add in the basic CMake Infrastructure required for vtkm. 2014-02-10 15:00:17 -05:00
CheckCXX11Features.cmake Add in the basic CMake Infrastructure required for vtkm. 2014-02-10 15:00:17 -05:00
FindBoostHeaders.cmake Add in the basic CMake Infrastructure required for vtkm. 2014-02-10 15:00:17 -05:00
FindPyexpander.cmake If pyexpander is available, run it and check the source file. 2014-06-26 18:26:45 -06:00
TestBuild.cxx.in Add in the basic CMake Infrastructure required for vtkm. 2014-02-10 15:00:17 -05:00
VTKmCheckCopyright.cmake Properly name the VTKm CMakeFiles. 2014-02-11 14:56:03 -05:00
VTKmCheckPyexpander.cmake Fix dependency issue with VTKmCheckPyexpander.cmake 2014-10-22 07:04:16 -06:00
VTKmCompilerExtras.cmake Properly name the VTKm CMakeFiles. 2014-02-11 14:56:03 -05:00
VTKmConfig.cmake.in Properly name the VTKm CMakeFiles. 2014-02-11 14:56:03 -05:00
VTKmConfigVersion.cmake.in Properly name the VTKm CMakeFiles. 2014-02-11 14:56:03 -05:00
VTKmCopyrightStatement.txt Properly name the VTKm CMakeFiles. 2014-02-11 14:56:03 -05:00
VTKmMacros.cmake Keep pyexpander generated files out of build directory 2014-10-08 10:03:10 -06:00
VTKmSystemInformation.cmake Add SystemInformation test 2014-09-10 13:36:16 -06:00