diff --git a/CMakeLists.txt b/CMakeLists.txt index 974059e..73e1f85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,9 +4,9 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) add_compile_options(-Wall) if("${CMAKE_BUILD_TYPE}" STREQUAL "Release") - Message("Is in [Release] mode") + message("Is in [Release] mode") else() - Message("Is in [NotRelease] mode") + message("Is in [NotRelease] mode") endif()