We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87275d commit 0a56fc6Copy full SHA for 0a56fc6
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
conan install -o influxdb-cxx:system=True -o influxdb-cxx:tests=True .
33
- name: Install Boost
34
if: ${{ matrix.boost == true }}
35
- run: apt-get install -y libboost-system1.71-dev libboost-test1.71-dev
+ run: apt-get install -y libboost-system1.71-dev
36
- name: Build
37
run: |
38
script/ci_build.sh
CMakeLists.txt
@@ -79,7 +79,7 @@ set(Boost_USE_MULTITHREADED TRUE)
79
80
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
81
82
-find_package(Boost COMPONENTS unit_test_framework system)
+find_package(Boost COMPONENTS system)
83
find_package(Threads REQUIRED)
84
find_package(CURL REQUIRED MODULE)
85
0 commit comments