optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
117 stars 34 forks source link

cmake: investigate the utility of CMAKE_BUILD_TYPE selection in VS context #278

Open roccoarpa opened 2 years ago

roccoarpa commented 2 years ago

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.