bitpit icon indicating copy to clipboard operation
bitpit copied to clipboard

cmake: investigate the utility of CMAKE_BUILD_TYPE selection in VS context

Open roccoarpa opened this issue 3 years ago • 0 comments

In a Visual Studio project, selecting the target build type from cmake is shadowed by the capability of the VS-IDE to do the same.

This issue to decide if it's better to :

  1. find a way to force the cmake build type choice to the VS-IDE (opening the *.sln solution the User will find his chosen build type selected)
  2. or leave it be, hide the choice-option cmake-size, and the let the user choose its build type from the VS-IDE.

roccoarpa avatar Feb 11 '22 17:02 roccoarpa