Fix to missing closing paran in FindBoost.cmake

This commit is contained in:
David Mott
2016-06-28 08:35:17 -05:00
parent f31c80e538
commit e17db0d544

View File

@@ -386,7 +386,7 @@ diff -aur cmake-3.5.2/Modules/FindBoost.cmake.orig cmake-3.5.2/Modules/FindBoost
set(Boost_LIB_PREFIX "")
if ( (GHSMULTI AND Boost_USE_STATIC_LIBS) OR
- (WIN32 AND Boost_USE_STATIC_LIBS AND NOT CYGWIN) )
+ ( WIN32 AND Boost_USE_STATIC_LIBS AND NOT CYGWIN AND NOT MSYS)
+ ( WIN32 AND Boost_USE_STATIC_LIBS AND NOT CYGWIN AND NOT MSYS) )
set(Boost_LIB_PREFIX "lib")
endif()