Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-76698

Wrongly escaped regex in CMake config files

    XMLWordPrintable

Details

    • 3f8e754f07db944dc74d84cc1c24d3e11677ad09 (qt/qtbase/5.13)

    Description

      The regular expression

      "^${_lib}(\.lib)?$"
      

      in the created CMake config files under <QTPATH>/5.13.0/msvc2017_64/lib/cmake/ is wrongly escaped.
      It must read

      "^${_lib}(\\.lib)?$"
      

      CMake fails in the configuration step when accessing those config files.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kkohne Kai Köhne
            volkerenderlein Volker Enderlein
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes