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

Commitb6cd5c4

Browse files
committed
squash: add more boost.asio config options
1 parent1243a50 commitb6cd5c4

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
@@ -98,7 +98,7 @@ elseif (${CMAKE_CXX_COMPILER_ID} MATCHES Clang)
9898
# We want to link in C++11 mode in Clang too, but also set a high enough
9999
# template depth for the template metaprogramming.
100100
set (CMAKE_CXX_FLAGS
101-
"${CMAKE_CXX_FLAGS} -Wall -ftemplate-depth=256 -std=c++11 -DBOOST_ASIO_HAS_STD_CHRONO -DBOOST_ASIO_HAS_STD_ARRAY")
101+
"${CMAKE_CXX_FLAGS} -Wall -ftemplate-depth=256 -std=c++11 -DBOOST_ASIO_HAS_STD_CHRONO -DBOOST_ASIO_HAS_STD_ARRAY -DBOOST_ASIO_HAS_STD_SHARED_PTR -DBOOST_ASIO_HAS_STD_ATOMIC -DBOOST_ASIO_HAS_VARIADIC_TEMPLATES -DBOOST_ASIO_HAS_MOVE")
102102
if (${CMAKE_SYSTEM_NAME}MATCHES"Darwin")
103103
# Use libc++ only in OS X.
104104
set (CMAKE_CXX_FLAGS"${CMAKE_CXX_FLAGS} -stdlib=libc++")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp