1. 14 Nov, 2021 1 commit
  2. 01 Jun, 2020 1 commit
  3. 13 Sep, 2019 1 commit
    • cmake: fix various misuses of MESSAGE() · 212b6f65
      The MESSAGE() function expects as first argument the message type, e.g.
      STATUS or FATAL_ERROR. In some places, we were misusing this to either
      not provide any type, which would then erroneously print the message to
      standard error, or to use FATAL instead of FATAL_ERROR.
      
      Fix all of these instances. Also, remove some MESSAGE invocations that
      are obvious leftovers from debugging the build system.
      Patrick Steinhardt committed
  4. 23 Oct, 2017 2 commits
  5. 23 Apr, 2015 1 commit