mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
depends: boost: fix build
This commit is contained in:
parent
15656494f4
commit
63d2a97a58
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ if(STATIC)
|
||||||
set(MANUAL_SUBMODULES 1)
|
set(MANUAL_SUBMODULES 1)
|
||||||
|
|
||||||
set(Boost_USE_STATIC_LIBS ON)
|
set(Boost_USE_STATIC_LIBS ON)
|
||||||
set(Boost_USE_STATIC_RUNTIME ON)
|
if (NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||||
|
SET(Boost_USE_STATIC_RUNTIME ON)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(CMakePackageConfigHelpers)
|
include(CMakePackageConfigHelpers)
|
||||||
|
|
Loading…
Reference in a new issue