Move FindBaselibs up in order
This version of ESMA_cmake moves the FindBaselibs up in the order of CMake macros/functions/includes. The issue was the CMAKE_PREFIX_PATH
pointing to BASEDIR
was set too late. This seems to cause a cascade of issues that leads to CMake failures.
Note: This is more of a workaround than a "fix". More work is ongoing to try and fix this more comprehensively.
What's Changed
Full Changelog: v3.7.0...v3.7.1