mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 15:00:41 +00:00
FindBoost.cmake: Fixes 11246
FindBoost can find shared libraries (.so) in rare circumstances even when Boost_USE_STATIC_LIBS is set
This commit is contained in:
parent
d4900c2eca
commit
02390416e1
@ -800,7 +800,7 @@ ELSE (_boost_IN_CACHE)
|
||||
if(WIN32)
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES .lib .a ${CMAKE_FIND_LIBRARY_SUFFIXES})
|
||||
else()
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES .a ${CMAKE_FIND_LIBRARY_SUFFIXES} )
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES .a )
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user