diff -r 78f087fd3e5b -r fc46e75f6b72 hedgewars/CMakeLists.txt --- a/hedgewars/CMakeLists.txt Tue Jun 04 23:56:17 2013 +0200 +++ b/hedgewars/CMakeLists.txt Sun Jun 09 12:22:53 2013 +0200 @@ -103,7 +103,7 @@ ) if(${LIBENGINE}) - message(${WARNING} "Engine will be built as library (experimental)") + message("*** Engine will be built as library (experimental) ***") list(APPEND pascal_flags "-dHWLIBRARY") # create position independent code, only required for x68_64 builds, similar to -fPIC