diff options
Diffstat (limited to 'Modules/FindVTK.cmake')
-rw-r--r-- | Modules/FindVTK.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindVTK.cmake b/Modules/FindVTK.cmake index 257b6b8..69abc5d 100644 --- a/Modules/FindVTK.cmake +++ b/Modules/FindVTK.cmake @@ -123,6 +123,6 @@ IF(VTK_FOUND) ELSE(VTK_FOUND) # VTK not found, explain to the user how to specify its location. IF(NOT VTK_FIND_QUIETLY) - MESSAGE(${VTK_DIR_MESSAGE}) + MESSAGE(FATAL_ERROR ${VTK_DIR_MESSAGE}) ENDIF(NOT VTK_FIND_QUIETLY) ENDIF(VTK_FOUND) |