Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-31497

error in cmake/Findyaml-cpp.cmake

    XMLWordPrintable

Details

    • All
    • 25fcbb336 (14.0)

    Description

      Error in cmake/Findyaml-cpp.cmake
      there

      if (NOT EXISTS yaml_cpp_include_dir)
      

      must be

      if (NOT EXISTS ${yaml_cpp_include_dir})
      

      Because of it, cmake not see external yaml-cpp

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-31497
        # Subject Branch Project Status CR V

        Activity

          People

            con Eike Ziller
            nemos Nemos Nemos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes