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
PrevPrevious commit
Do not try to link boost test libs dynamically for this test
  • Loading branch information
@tjadevries
tjadevries committedJul 5, 2013
commitdd2d96c2d5219523b09e3fba77e56bd197dcd8bc
12 changes: 11 additions & 1 deletionlibs/mime/test/CMakeLists.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
include_directories(${CPP-NETLIB_SOURCE_DIR})
find_package ( Boost 1.41.0 COMPONENTS unit_test_framework )
set ( Boost_USE_STATIC_LIBS ON )

option (BOOST_DYN_LINK
"Build the project using dynamic linking for the boost test libs"
OFF)
if (BOOST_DYN_LINK)
message ("Do not try to link boost test libs dynamically for this test...")
remove_definitions(-DBOOST_TEST_DYN_LINK)
elseif (BOOST_DYN_LINK)
set(Boost_USE_STATIC_LIBS ON)
endif(BOOST_DYN_LINK)

set ( Boost_USE_MULTITHREADED ON )

if ( Boost_FOUND )
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp