mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 21:45:58 +08:00
Fix boost build on arm mac
This commit is contained in:
parent
70cf6f62a7
commit
6e0f359406
2
deps/Boost/Boost.cmake
vendored
2
deps/Boost/Boost.cmake
vendored
@ -35,6 +35,8 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
|||||||
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set(_boost_toolset "clang-win")
|
set(_boost_toolset "clang-win")
|
||||||
|
elseif (APPLE)
|
||||||
|
set(_boost_toolset "clang")
|
||||||
else()
|
else()
|
||||||
set(_boost_toolset clang)
|
set(_boost_toolset clang)
|
||||||
configure_file(${CMAKE_CURRENT_LIST_DIR}/user-config.jam boost-user-config.jam)
|
configure_file(${CMAKE_CURRENT_LIST_DIR}/user-config.jam boost-user-config.jam)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user