From aedef88ef6632b005a392ae45077cf67dd45123c Mon Sep 17 00:00:00 2001 From: Erik Lindahl Date: Tue, 12 Aug 2014 15:04:59 +0200 Subject: [PATCH] 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 --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) -- 2.22.0