diff --git a/CMakeModules/MinGWResourceCompiler.cmake b/CMakeModules/MinGWResourceCompiler.cmake index 76253f1e84..8b9fe7cd3e 100644 --- a/CMakeModules/MinGWResourceCompiler.cmake +++ b/CMakeModules/MinGWResourceCompiler.cmake @@ -28,7 +28,7 @@ macro(mingw_resource_compiler _NAME) add_custom_command(OUTPUT ${_OUT} COMMAND windres.exe ARGS ${_ARGS} - COMMENT "Compiling ${_NAME} resource file." + COMMENT "Compiling ${_NAME}'s resource file" VERBATIM) # Set a NAME_RESOURCES variable