Fix boost build
(cherry picked from commit d3cf765a24cf54d0e2bae790cefb8d77444998f4)
This commit is contained in:
parent
6be5c9b3f8
commit
2f39bb0c2b
1 changed files with 1 additions and 1 deletions
2
deps/Boost/Boost.cmake
vendored
2
deps/Boost/Boost.cmake
vendored
|
@ -8,7 +8,7 @@ else()
|
|||
set(_build_cmd ./b2)
|
||||
endif()
|
||||
|
||||
set(_patch_command ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_LIST_DIR}/common.jam ./tools/build/src/tools/common.jam)
|
||||
set(_patch_command "") #${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_LIST_DIR}/common.jam ./tools/build/src/tools/common.jam)
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
set(_boost_toolset gcc)
|
||||
|
|
Loading…
Reference in a new issue