Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.12.1
-
None
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
For Gerrit Dashboard: QTCREATORBUG-24088 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
302677,3 | CMake: Add a way to provide options to CMake --build | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |