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

0.9 devel#270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deanberris merged 3 commits intocpp-netlib:0.9-develfromtjadevries:0.9-devel
Jul 6, 2013
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
add
  • Loading branch information
@tjadevries
tjadevries committedJul 5, 2013
commitf2c7a72fd29b1e8e621501061b57ebf5cd49a9e3
12 changes: 11 additions & 1 deletionCMakeLists.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,17 @@

cmake_minimum_required(VERSION 2.8)
project(CPP-NETLIB)
set(Boost_USE_STATIC_LIBS ON)

option (BOOST_DYN_LINK
"Build the project using dynamic linking for the boost testing libs"
OFF)
if (BOOST_DYN_LINK)
message ("Linking boost testing libs dynamically...")
add_definitions(-DBOOST_TEST_DYN_LINK)
elseif (BOOST_DYN_LINK)
set(Boost_USE_STATIC_LIBS ON)
endif(BOOST_DYN_LINK)

set(Boost_USE_MULTI_THREADED ON)
find_package( Boost 1.45.0 REQUIRED unit_test_framework system regex date_time thread filesystem program_options chrono )
find_package( OpenSSL )
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp