From: Mark Abraham Date: Fri, 8 Nov 2013 17:25:37 +0000 (+0100) Subject: Fix malformed CMake X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=3a1d37a4aeceda5c1ebcb30cf73e73ac2fee5ec7;p=alexxy%2Fgromacs.git Fix malformed CMake Change-Id: Ic23e3444d4cae568cd9fedfa17f095fad1ab6da9 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f59cf88057..e1d21db094 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -432,7 +432,7 @@ option(BUILD_SHARED_LIBS "Enable shared libraries (can be problematic e.g. with if (UNIX) set(GMX_PREFER_STATIC_LIBS_DESCRIPTION "When finding libraries prefer static archives (it will only work if static versions of external dependencies are available and found)") -elseif (WIN32 and NOT CYGWIN) +elseif (WIN32 AND NOT CYGWIN) set(GMX_PREFER_STATIC_LIBS_DESCRIPTION "When finding libraries prefer static system libraries (MT instead of MD)") endif()