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

paraview.bundle: be more explicit about "missing GUI"

We know what needs to happen, mention it.
parent 1c8e3a1d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@ set(paraview_spdx_path "${paraview_appname}/Contents/Resources")
include(paraview.bundle.common)
if (NOT paraview_has_gui)
message(FATAL_ERROR "Creating the Apple package without the GUI is not supported.")
message(FATAL_ERROR
"Creating the Apple package without the GUI is not supported. Please "
"reconfigure and build with `-DENABLE_qt5=ON`")
endif ()
set(paraview_plugin_paths)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment