Skip to content
Snippets Groups Projects
  1. Feb 12, 2024
  2. Feb 09, 2024
  3. Feb 08, 2024
  4. Feb 07, 2024
    • Hermann von Kleist's avatar
      FindMatlab: Revert undocumented and now-unnecessary full version lookup · e22c4dfe
      Hermann von Kleist authored and Brad King's avatar Brad King committed
      Partially revert commit dc9d9589 (FindMatlab:WIN32: return full Matlab
      version when found via registry, 2023-09-14, v3.28.0-rc1~82^2~2).  It
      changed `matlab_extract_all_installed_versions_from_registry` behavior
      to query `VersionInfo.xml` for version information.  However, the
      function documentation states that it only uses the registry.  It's also
      not needed since commit c608adc2 (FindMatlab: Fix major.minor version
      lookups in Windows Registry, 2024-01-11, v3.28.2~13^2~1), which added
      the same lookup to `matlab_get_all_valid_matlab_roots_from_registry`.
      e22c4dfe
    • Niklas Weissner's avatar
      FPHSA: Fix empty version message in exact match · 2fc22a3d
      Niklas Weissner authored and Brad King's avatar Brad King committed
      `find_package_check_version()` would use variable `_FOUND_VERSION` set
      by `find_package_handle_standard_args()` in a single branch when doing
      exact matching, causing empty version messages if it was instead called
      directly.
      
      This was missed in commit 6bfc442f (FPHSA: add support of version
      range, 2020-09-22, v3.19.0-rc1~122^2~1) when the version check was moved
      into its own function.
      2fc22a3d
Loading