From 8de0d1a8cae50df3c5a5c12177d2d8f5999cd9f0 Mon Sep 17 00:00:00 2001 From: Philip Lowman Date: Tue, 10 Aug 2010 22:05:17 -0400 Subject: Fixes problem finding libraries under Boost (#9510) --- Modules/FindBoost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index 86fc272..1a1b168 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -556,7 +556,7 @@ ELSE (_boost_IN_CACHE) # Setting some more suffixes for the library SET (Boost_LIB_PREFIX "") - if ( WIN32 AND Boost_USE_STATIC_LIBS ) + if ( WIN32 AND Boost_USE_STATIC_LIBS AND NOT CYGWIN) SET (Boost_LIB_PREFIX "lib") endif() -- cgit v0.12