#4035 System : Remove term souring from cmake and UI

Use general term HDF5 when required
This commit is contained in:
Magne Sjaastad
2020-04-24 09:00:42 +02:00
parent 72fefb4db5
commit 616af75df3
5 changed files with 32 additions and 46 deletions

View File

@@ -76,7 +76,7 @@ void RicHelpAboutFeature::onActionTriggered( bool isChecked )
activeFeatures += " Geomech";
#endif
#ifdef USE_HDF5
activeFeatures += " Souring";
activeFeatures += " HDF5";
#endif
if ( !activeFeatures.isEmpty() )