Skip to content

Upadting OCE discovery to resolve CMake warning

Jeremy Cohen requested to merge jhc02/nektar:fix/oce-discovery into release/5.0

There was some inconsistency in the naming used for directories and identifiers for the third party build of OCE. There were some uses of 0.18.3 and some remnants of the previous 0.17. This was resulting in a CMake warning when configuring on Ubuntu and using the package-installed version of OCE.

This update addresses the inconsistencies and removes the warning.

Merge request reports