Skip to content

Commit 5e5d152

Browse files
committed
Removed unneeded BOOST_ROOT for Ubuntu builds.
This is no longer needed now that the Microsoft hosted build agents no longer have Boost installed separately.
1 parent ca8f84b commit 5e5d152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
# Force system version of boost.
2020
static:
2121
lib.type: Static
22-
cmake.args: -DMSL_SHARED=OFF -DBOOST_ROOT=/usr
22+
cmake.args: -DMSL_SHARED=OFF
2323
shared:
2424
lib.type: Shared
25-
cmake.args: -DMSL_SHARED=ON -DBOOST_ROOT=/usr
25+
cmake.args: -DMSL_SHARED=ON
2626
steps:
2727
- script: |
2828
./update-submodules.sh

0 commit comments

Comments
 (0)