Skip to content

Commit

Permalink
Fix boost build
Browse files Browse the repository at this point in the history
(cherry picked from commit d3cf765a24cf54d0e2bae790cefb8d77444998f4)
  • Loading branch information
tamasmeszaros authored and lanewei120 committed Dec 17, 2022
1 parent 6be5c9b commit 2f39bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/Boost/Boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2f39bb0

Please sign in to comment.