Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
davisp committed Feb 13, 2024
1 parent 7ef8d09 commit f1283ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Modules/FindBoost_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if (NOT BOOST_FOUND)
URL_HASH SHA256=${boost_SHA256}
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND bootstrap --with-libraries=container --prefix=${boost_INSTALL}
BUILD_COMMAND .\b2 -d0 install link=statu variant=release threading=multi runtime-link=static
BUILD_COMMAND .\b2 -d0 install link=static variant=release threading=multi runtime-link=static
INSTALL_COMMAND ""
INSTALL_DIR ${boost_INSTALL}
)
Expand All @@ -102,7 +102,7 @@ if (NOT BOOST_FOUND)
URL_HASH SHA256=${boost_SHA256}
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ./bootstrap.sh --with-libraries=container --prefix=${boost_INSTALL}
BUILD_COMMAND ./b2 -d0 install link=statu variant=release threading=multi runtime-link=static
BUILD_COMMAND ./b2 -d0 install link=static variant=release threading=multi runtime-link=static
INSTALL_COMMAND ""
INSTALL_DIR ${boost_INSTALL}
)
Expand Down

0 comments on commit f1283ac

Please sign in to comment.