Skip to content
  • Matthew Woehlke's avatar
    Modules: Use new keyword-dispatched try_compile signature · 2edf0fc6
    Matthew Woehlke authored and Brad King's avatar Brad King committed
    Modify most of the modules that ship with CMake to use the new
    try_compile / try_run signatures added by commit aa9220d3
    (try_compile: Add keyword-dispatched signature, 2022-09-02). This
    improves debugging by each invocation using its own directory so that
    the results of multiple invocations can be retained.
    
    This does not cover any invocations which provide an entire project, as
    that flavor of try_compile has not yet been updated.
    2edf0fc6