Skip to content
Snippets Groups Projects
Commit 85fbd748 authored by Timo Koch's avatar Timo Koch
Browse files

[cmake] Include FeatureSummary where used

parent 6be16fc5
No related branches found
No related tags found
1 merge request!2903[cmake] Several smaller cleanups
......@@ -101,5 +101,6 @@ if(GLPK_FOUND)
endif()
# text for feature summary
include(FeatureSummary)
set_package_properties("GLPK" PROPERTIES
DESCRIPTION "GNU Linear Programming Kit")
......@@ -46,6 +46,7 @@ set(HAVE_GMSH ${gmsh_FOUND})
set(GMSH_EXECUTABLE ${GMSH_EXECUTABLE})
# text for feature summary
include(FeatureSummary)
set_package_properties("Gmsh" PROPERTIES
DESCRIPTION "Meshing tool"
PURPOSE "Generate structured and unstructured grids")
......@@ -46,6 +46,7 @@ set(HAVE_GSTAT ${GSTAT_FOUND})
set(GSTAT_EXECUTABLE ${GSTAT_EXECUTABLE})
# text for feature summary
include(FeatureSummary)
set_package_properties("Gstat" PROPERTIES
DESCRIPTION "Geostatistic library"
PURPOSE "Generate random permeability and porosity fields")
......@@ -102,5 +102,6 @@ if(NLOPT_FOUND)
endif()
# text for feature summary
include(FeatureSummary)
set_package_properties("NLOPT" PROPERTIES
DESCRIPTION "Library for nonlinear optimization")
......@@ -46,6 +46,7 @@ set(HAVE_PVPYTHON ${PVPYTHON_FOUND})
set(PVPYTHON_EXECUTABLE ${PVPYTHON_EXECUTABLE})
# text for feature summary
include(FeatureSummary)
set_package_properties("PVPython" PROPERTIES
DESCRIPTION "ParaView python client"
PURPOSE "Extract data over line or time in post-processing")
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