Skip to content

Commit cdd09b7

Browse files
committed
remove old boost test variables
1 parent ec665a5 commit cdd09b7

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

configureDebug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222

2323

2424
cd $BUILDDIR && cmake ../ -DCMAKE_BUILD_TYPE=Debug \
25-
-DUSE_BOOSTTESTING_DYNLINK=ON \
25+
-DUSE_INTERNAL_SQLITE3=TRUE \
2626
$CUSTOM_CMAKE_FLAG
2727

2828

configureLLVMDebug.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ else
1313
fi
1414

1515

16-
cd $BUILDDIR && cmake ../ -DCMAKE_BUILD_TYPE=Debug \
17-
-DUSE_BOOSTTESTING_DYNLINK=ON
18-
19-
16+
cd $BUILDDIR && cmake ../ -DCMAKE_BUILD_TYPE=Debug

configureRelDebug.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ fi
1111

1212

1313

14-
cd $BUILDDIR && cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
15-
-DUSE_BOOSTTESTING_DYNLINK=ON
16-
14+
cd $BUILDDIR && cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo
1715

1816

configureRelease.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ fi
1111

1212

1313

14-
cd $BUILDDIR && cmake ../ -DCMAKE_BUILD_TYPE=Release \
15-
-DUSE_BOOSTTESTING_DYNLINK=ON -DBoost_NO_BOOST_CMAKE=ON -Dsl3_BUILD_TESTS=ON
14+
cd $BUILDDIR && cmake ../ -DCMAKE_BUILD_TYPE=Release -Dsl3_BUILD_TESTS=ON
1615

0 commit comments

Comments
 (0)