Skip to content

Commit 6cb7388

Browse files
committed
[#130] Fixed a typo in the build script for detecting multithreaded variants of Boost libraries.
1 parent 0c77811 commit 6cb7388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cmake_minimum_required(VERSION 2.8)
77
project(CPP-NETLIB)
88
set(Boost_USE_STATIC_LIBS ON)
9-
set(Boost_USE_MULTI_THREADED ON)
9+
set(Boost_USE_MULTITHREADED ON)
1010
find_package( Boost 1.45.0 REQUIRED unit_test_framework system regex date_time thread chrono filesystem program_options )
1111
find_package( OpenSSL )
1212
find_package( Threads )

0 commit comments

Comments
 (0)