Skip to content

Commit

Permalink
fix boost trim for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Nov 7, 2024
1 parent 573b005 commit b0374a7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions project/externals/boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,7 @@ ExternalProject_Add_Step(${name} setup-compiler
ExternalProject_Add_Step(${name} trim
DEPENDEES install
COMMAND
/bin/bash -c "\
echo '=== Starting trim step ===' && \
echo 'Shell:' && echo $SHELL && \
echo 'PWD:' && pwd && \
set -x && \
rm -rfv ${CMAKE_INSTALL_PREFIX}/include/boost/{wave,log,atomic,test,fusion,geometry,gil,phoenix,spirit,beast,asio,compute,polygon,proto,units,metaparse,qvm,vmd,xpressive} && \
set +x && \
echo '=== Trim step finished ===' && \
echo 'Remaining directories:' && \
ls -l ${CMAKE_INSTALL_PREFIX}/include/boost/"
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 b0374a7

Please sign in to comment.