Skip to content
Snippets Groups Projects
Commit cce04ad7 authored by Mathieu Westphal (Kitware)'s avatar Mathieu Westphal (Kitware) :zap:
Browse files

remove unpackaged project licenses from the package

parent 9d8caef8
No related branches found
No related tags found
No related merge requests found
......@@ -268,6 +268,22 @@ function (paraview_install_all_licenses)
paraviewtutorialdata # ParaView
)
# Do not install license of non-packaged projects
list(REMOVE_ITEM license_projects
gperf
meson
ninja
pkgconf
pythoncppy
pythonmako
pythonpkgconfig
pythonpkgconfig
pythonsemanticversion
pythonsetuptools
pythonsetuptoolsrust
pythonsetuptoolsscm
)
# paraview install itself in ParaView directory
if (paraview IN_LIST license_projects)
list(REMOVE_ITEM license_projects paraview)
......
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