Skip to content

Commit 0a56fc6

Browse files
committed
Boost unit_test_framework dependency removed.
1 parent f87275d commit 0a56fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
conan install -o influxdb-cxx:system=True -o influxdb-cxx:tests=True .
3333
- name: Install Boost
3434
if: ${{ matrix.boost == true }}
35-
run: apt-get install -y libboost-system1.71-dev libboost-test1.71-dev
35+
run: apt-get install -y libboost-system1.71-dev
3636
- name: Build
3737
run: |
3838
script/ci_build.sh

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ set(Boost_USE_MULTITHREADED TRUE)
7979

8080
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
8181

82-
find_package(Boost COMPONENTS unit_test_framework system)
82+
find_package(Boost COMPONENTS system)
8383
find_package(Threads REQUIRED)
8484
find_package(CURL REQUIRED MODULE)
8585

0 commit comments

Comments
 (0)