mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 05:20:34 +00:00
BUG: Fix issue #8576 FindBoost regression finding static libs, impacts MinGW and Intel/Windows compilers.
This commit is contained in:
parent
0458da3ba9
commit
a58e183636
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user