VS is a multi config environment.
make is a single config environment.
CMake can deal with both (CMAKE_CONFIGURATION_TYPES, CMAKE_CFG_INTDIR, CMAKE_BUILD_TYPE, etc. ). check http://www.cmake.org/Wiki/CMake_Useful_Variables#Compilers_and_Tools
WkCMake force the behaviour and locks down multi configuration envs. But it can be improved...
VS is a multi config environment. make is a single config environment. CMake can deal with both (CMAKE_CONFIGURATION_TYPES, CMAKE_CFG_INTDIR, CMAKE_BUILD_TYPE, etc. ). check http://www.cmake.org/Wiki/CMake_Useful_Variables#Compilers_and_Tools WkCMake force the behaviour and locks down multi configuration envs. But it can be improved...