diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index 518f8a87d..138d1d493 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -503,7 +503,7 @@ ELSE (_boost_IN_CACHE) # Setting some more suffixes for the library SET (Boost_LIB_PREFIX "") - if ( MSVC AND Boost_USE_STATIC_LIBS ) + if ( WIN32 AND Boost_USE_STATIC_LIBS ) SET (Boost_LIB_PREFIX "lib") endif()