Skip to content

Move FindBaselibs up in order

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 05 Nov 15:28
· 449 commits to main since this release
d9b1c34

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