Skip to content

Commit

Permalink
Update boost.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Nov 13, 2024
1 parent 6bf3ca7 commit 70b143f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/externals/boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ExternalProject_Add_Step(${name} setup-compiler
ExternalProject_Add_Step(${name} trim
DEPENDEES install
COMMAND
/bin/bash -c "rm -rf ${CMAKE_INSTALL_PREFIX}/include/boost/{wave,log,atomic,test,fusion,geometry,gil,phoenix,spirit,beast,asio,compute,polygon,proto,units,metaparse,qvm,vmd,xpressive}"
bash -c "rm -rf ${CMAKE_INSTALL_PREFIX}/include/boost/{wave,log,atomic,test,fusion,geometry,gil,phoenix,spirit,beast,asio,compute,polygon,proto,units,metaparse,qvm,vmd,xpressive}"
WORKING_DIRECTORY ${source_dir}
)

Expand Down

0 comments on commit 70b143f

Please sign in to comment.