Skip to content

configure/CMakeLists.txt: Check omniORB version

Thomas Ives requested to merge 1021-enforce-omniorb-version into main

We only support a few versions (as demonstrated by #1013 (closed) and #760 (closed)) of omniORB. We should ensure that a supported version has been found at cmake configuration time.

The version is extracted from omniORB4/acconfig.h using cmake regular expressions. If it does not fall in an acceptable range we raise an error. If we cannot determine the version information we issue warnings but do not stop the build.

This check is performed for both Windows and Linux builds.

Closes #1021 (closed)

Merge request reports

Loading