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

CMake additional options format string

    XMLWordPrintable

Details

    • Windows

    Description

      I use the MSVC 2015 generator with CMake. I need to pass the "--config Release" parameter.

      If I write

      config Release

      I get

      cmake.exe --build . --target ALL_BUILD -- config Release
      

      (unnecessary space between "--" and "config").

      If I write

      --config Release
      

      I get

      cmake.exe --build . --target ALL_BUILD -- --config Release
      

      (unnecessary string "-- " with a space at the end).

      Attachments

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

        Activity

          People

            hunger Tobias Hunger
            anekename Sergey Bartosh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes