You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
* build: add some compatibility for CMake<3.17
Ensure that we can properly set `DT_RUNPATH` for libraries and
executables on older CMake releases. This has been fixed upstream, but
rather than requiring an extremely new CMake, provide a compatibility
shim.
* Experimental: add Experimental module
This adds the experimental module and improves the install rules further
to support renamed modules and do less work in the case of an executable
target.
* build: add testing support
Enhance the CMake setup to be able to run the test suite. This will
make it easier to enable tests for X10.
0 commit comments