mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #5589
cb92d5c
cmake: push cmake away from boost as much as we can (moneromooo-monero)
This commit is contained in:
commit
d450c33ea4
@ -884,10 +884,10 @@ if (${BOOST_IGNORE_SYSTEM_PATHS} STREQUAL "ON")
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(OLD_LIB_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES})
|
set(OLD_LIB_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES})
|
||||||
|
set(Boost_NO_BOOST_CMAKE ON)
|
||||||
if(STATIC)
|
if(STATIC)
|
||||||
if(MINGW)
|
if(MINGW)
|
||||||
set(CMAKE_FIND_LIBRARY_SUFFIXES .a)
|
set(CMAKE_FIND_LIBRARY_SUFFIXES .a)
|
||||||
set(Boost_NO_BOOST_CMAKE ON)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(Boost_USE_STATIC_LIBS ON)
|
set(Boost_USE_STATIC_LIBS ON)
|
||||||
|
Loading…
Reference in New Issue
Block a user