You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Build command" and "Clean command", highlighted in the screenshot [1] in red (), are not relevant to this UI. It looks like they may have been a hang-over from before this was a CMake specific page.
Specifically, Build Command has been retained (it allows users to provide full path to CMake for example), Clean Command has been renamed to Clean Target. Also All Target has been added. This is a snapshot of what the GUI looks like: (Note that #1046 also shows the values rather than empty strings in the text boxes):
Specifically these settings show up at build time like this:
Build Command:
and:
All Target:
Clean Target (when running Project -> Clean):
You can follow how the UI connects to the build by looking at the references to the build configuration property keys defined in ICMakeBuildConfiguration
The "Build command" and "Clean command", highlighted in the screenshot [1] in red (), are not relevant to this UI. It looks like they may have been a hang-over from before this was a CMake specific page.
This ticket is to remove them.
[1]
#683
The text was updated successfully, but these errors were encountered: