update: remove boost any components from CMakeLists.txt

This commit is contained in:
dreamsourcelabTAI 2022-02-23 10:10:40 +08:00
parent 13b58f2890
commit 3f2c84a085
2 changed files with 2 additions and 3 deletions

View File

@ -101,7 +101,7 @@ endif()
find_package(Threads) find_package(Threads)
find_package(PythonLibs 3 EXACT) find_package(PythonLibs 3 EXACT)
find_package(Boost 1.42 COMPONENTS filesystem system thread REQUIRED) find_package(Boost 1.42 REQUIRED)
find_package(libusb-1.0 REQUIRED) find_package(libusb-1.0 REQUIRED)
find_package(ZLIB REQUIRED) find_package(ZLIB REQUIRED)
find_package(libzip REQUIRED) find_package(libzip REQUIRED)

View File

@ -21,7 +21,6 @@ Requirements
This is part of the standard OpenBSD install (not an extra package), apparently. This is part of the standard OpenBSD install (not an extra package), apparently.
- libboost >= 1.42 (including the following libs): - libboost >= 1.42 (including the following libs):
- libboost-system - libboost-system
- libboost-thread
- pkg-config >= 0.22 - pkg-config >= 0.22
This is part of the standard OpenBSD install (not an extra package), apparently. This is part of the standard OpenBSD install (not an extra package), apparently.
- check >= 0.9.4 (optional, only needed to run unit tests) - check >= 0.9.4 (optional, only needed to run unit tests)
@ -42,7 +41,7 @@ please check your respective distro's package manager tool if you use other dist
Debian/Ubuntu: Debian/Ubuntu:
$ sudo apt-get install git-core build-essential cmake autoconf automake libtool pkg-config \ $ sudo apt-get install git-core build-essential cmake autoconf automake libtool pkg-config \
libglib2.0-dev libzip-dev libudev-dev libusb-1.0-0-dev \ libglib2.0-dev libzip-dev libudev-dev libusb-1.0-0-dev \
python3-dev qt5-default libboost-dev libboost-test-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev check libfftw3-dev python3-dev qt5-default libboost-dev libboost-test-dev check libfftw3-dev
Fedora (18, 19): Fedora (18, 19):
$ sudo yum install git gcc g++ make cmake autoconf automake libtool pkgconfig glib2-devel \ $ sudo yum install git gcc g++ make cmake autoconf automake libtool pkgconfig glib2-devel \