Fix boost build on arm mac
This commit is contained in:
parent
c94486cd3c
commit
d5e55a3c62
1 changed files with 2 additions and 0 deletions
2
deps/Boost/Boost.cmake
vendored
2
deps/Boost/Boost.cmake
vendored
|
@ -37,6 +37,8 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
|||
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||
if (WIN32)
|
||||
set(_boost_toolset "clang-win")
|
||||
elseif (APPLE)
|
||||
set(_boost_toolset "clang")
|
||||
else()
|
||||
set(_boost_toolset "clang")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue