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

Commite6d6335

Browse files
committed
Final twiddling for Boost search.
1 parent6aead42 commite6d6335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎CMakeLists.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
cmake_minimum_required(VERSION 2.6)
77
project(CPP-NETLIB)
8+
set(Boost_USE_STATIC_LIBSON)
9+
set(Boost_USE_MULTI_THREADEDON)
810
find_package( Boost 1.43.0 REQUIRED unit_test_frameworksystemregex date_time thread filesystem )
911
find_package( OpenSSL )
1012
find_package( Threads )
@@ -15,8 +17,6 @@ if (CMAKE_BUILD_TYPE MATCHES Debug)
1517
endif()
1618

1719
if (Boost_FOUND)
18-
set(Boost_USE_STATIC_LIBSON)
19-
set(Boost_USE_MULTI_THREADEDON)
2020
include_directories(${Boost_INCLUDE_DIRS})
2121
endif()
2222
enable_testing()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp