Properly name the VTKm CMakeFiles.

This commit is contained in:
Robert Maynard 2014-02-11 14:56:03 -05:00
parent c2101b8ffc
commit 262f07c9b0
6 changed files with 1 additions and 1 deletions

@ -45,7 +45,7 @@ if (NOT VTKm_SOURCE_DIR)
message(SEND_ERROR "VTKm_SOURCE_DIR not defined.")
endif (NOT VTKm_SOURCE_DIR)
set(copyright_file ${VTKm_SOURCE_DIR}/CMake/VTKMCopyrightStatement.txt)
set(copyright_file ${VTKm_SOURCE_DIR}/CMake/VTKmCopyrightStatement.txt)
if (NOT EXISTS ${copyright_file})
message(SEND_ERROR "Cannot find VTKMCopyrightStatement.txt.")