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

paraview: remove Qt5 from the package name

Fixes #78
parent 5d98512e
No related branches found
No related tags found
No related merge requests found
# Set suffix to be used for generating archives. This ensures that the package
# files have decent names that we can directly upload to the website.
set(package_suffix_items)
if (qt5_enabled)
list(APPEND package_suffix_items
Qt5)
endif ()
if (mpi_enabled)
list(APPEND package_suffix_items
MPI)
......
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