Skip to content
  • Kevin Funk's avatar
    CMake scripts: Don't always throw FATAL_ERRORs · d05948a0
    Kevin Funk authored
    Relate to the parent commit: We want to display the feature log even if
    we did not find libclang, hence do a find_package(Clang ...) without the REQUIRED attribute,
    and make sure we don't do any "message(FATAL_ERROR ...)" in the find
    scripts in that case.
    
    These find scripts are finally getting into shape...
    d05948a0