Skip to content
Snippets Groups Projects
Commit 2d15c5f8 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

IOMovie: wrap CMake output strings

parent 514d120b
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ if (VTK_USE_VIDEO_FOR_WINDOWS)
if (NOT vtk_video_for_windows_works)
message(FATAL_ERROR
"`VTK_USE_VIDEO_FOR_WINDOWS` was requested, but support detection failed: ${_vfw_output}.")
"`VTK_USE_VIDEO_FOR_WINDOWS` was requested, but support detection "
"failed: ${_vfw_output}.")
endif ()
endif ()
......@@ -38,7 +39,8 @@ if (VTK_USE_MICROSOFT_MEDIA_FOUNDATION)
if (NOT vtk_microsoft_media_foundation_works)
message(FATAL_ERROR
"`VTK_USE_MICROSOFT_MEDIA_FOUNDATION` was requested, but support detection failed: ${_msmf_output}.")
"`VTK_USE_MICROSOFT_MEDIA_FOUNDATION` was requested, but support "
"detection failed: ${_msmf_output}.")
endif ()
endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment