Skip to content
Snippets Groups Projects
Commit 827f99ee authored by Cory Quammen's avatar Cory Quammen
Browse files

Add osmesa to suffix if osmesa is enabled

Do this to differentiate from GUI build.
parent d25857f7
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 (osmesa_enabled)
list(APPEND package_suffix_items
"osmesa")
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