Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6cb7388

Browse files
committed
[#130] Fixed a typo in the build script for detecting multithreaded variants of Boost libraries.
1 parent0c77811 commit6cb7388

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_LIBSON)
9-
set(Boost_USE_MULTI_THREADEDON)
9+
set(Boost_USE_MULTITHREADEDON)
1010
find_package( Boost 1.45.0 REQUIRED unit_test_frameworksystemregex date_time thread chrono filesystem program_options )
1111
find_package( OpenSSL )
1212
find_package( Threads )

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp