Shorten plugin configuration message
authorErik Lindahl <erik@kth.se>
Tue, 12 Aug 2014 13:04:59 +0000 (15:04 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 20 Aug 2014 13:22:41 +0000 (15:22 +0200)
This is just a minor note, so make sure it fits in a
single line rather than drawing attention to itself.

Change-Id: I086f3a90fdcdb92aa5920c27cc9176bae8c9bce4

CMakeLists.txt

index 9a4c089f52d229a705e0c56240e6435298918f9d..f991ff0cb46bc52ff64026ae2c2b1d1b20d42cdb 100644 (file)
@@ -729,10 +729,7 @@ if(GMX_LOAD_PLUGINS)
   # so, should we use plug-ins?
   if((WIN32 AND NOT CYGWIN) OR (HAVE_DLOPEN AND BUILD_SHARED_LIBS))
     if(NOT VMD_QUIETLY)
-      MESSAGE(STATUS
-          "Found the ability to use plug-ins when building shared libaries, "
-          "so will compile to use plug-ins (e.g. to read VMD-supported file "
-          "formats).")
+      MESSAGE(STATUS "Using dynamic plugins (e.g VMD-supported file formats)")
     endif()
     if(NOT GMX_VMD_PLUGIN_PATH)
       find_package(VMD)