how determine build type in cmake like <br>if (CMAKE_BUILD_TYPE EQUAL "DEBUG")<br> message("debug mode")<br>endif (CMAKE_BUILD_TYPE EQUAL "DEBUG")