From: Erik Lindahl Date: Tue, 12 Aug 2014 13:04:59 +0000 (+0200) Subject: Shorten plugin configuration message X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=aedef88ef6632b005a392ae45077cf67dd45123c;p=alexxy%2Fgromacs.git Shorten plugin configuration message This is just a minor note, so make sure it fits in a single line rather than drawing attention to itself. Change-Id: I086f3a90fdcdb92aa5920c27cc9176bae8c9bce4 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a4c089f52..f991ff0cb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)