File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ if (BUILD_TESTS OR BUILD_EXAMPLES)
215
215
set (Boost_USE_MULTITHREADED TRUE )
216
216
set (Boost_ADDITIONAL_VERSIONS "1.39.0" "1.40.0" "1.41.0" "1.42.0" "1.43.0" "1.44.0" "1.46.1" ) # todo: someone who knows better spesify these!
217
217
218
- find_package (Boost 1.39.0 COMPONENTS " ${WEBSOCKETPP_BOOST_LIBS} " )
218
+ find_package (Boost 1.39.0 COMPONENTS ${WEBSOCKETPP_BOOST_LIBS} )
219
219
220
220
if (Boost_FOUND )
221
221
# Boost is a project wide global dependency.
Original file line number Diff line number Diff line change 12
12
- CMake: Fix typo in CMakeLists.txt that caused CXX_FLAGS to be improperly
13
13
quoted. Removed unnecessary hardcoded dependency on libc++ for clang.
14
14
Thank you kraj for reporting and a patch. #859
15
+ - CMake: Fix issue in CMakeLists.txt that caused boost dependencies to be
16
+ seen as a single library rather than multiple. Thank you Gianfranco
17
+ Costamagna for reporting and a patch. #855
15
18
16
19
0.8.2 - 2020-04-19
17
20
- Examples: Update print_client_tls example to remove use of deprecated
You can’t perform that action at this time.
0 commit comments