[mythtv-commits] [MythTV/mythtv] 681bcb: cmake: Prevent weird errors from cmake configuration.

David Hampton noreply at github.com
Wed Dec 18 23:36:28 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 681bcb9ecfa8edeef42f5c7bde1d3cca323f040b
      https://github.com/MythTV/mythtv/commit/681bcb9ecfa8edeef42f5c7bde1d3cca323f040b
  Author: David Hampton <mythtv at love2code.net>
  Date:   2024-12-18 (Wed, 18 Dec 2024)

  Changed paths:
    M platform/android/CMakeLists.txt

  Log Message:
  -----------
  cmake: Prevent weird errors from cmake configuration.

If the configuration of a project or subproject exits before the cmake
project() function is called, you get a very weird error about the
version of ninja being too low regardless of what version is actually
installed.  The android subproject is elsewhere protected from being
created if the ANDROID variable isn't set, so remove that test here.
Just in case.  So if you do somehow invoke it when you shouldn't you
don't waste time chasing false clues.  :-)



To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications


More information about the mythtv-commits mailing list