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

Commit20d94c8

Browse files
committed
Added CPP-NETLIB_LIBRARIES in CMakeLists.txt (see issue#334).
1 parentf590cb3 commit20d94c8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

‎CMakeLists.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ if (Boost_FOUND)
9999
add_subdirectory(deps/googletest)
100100
add_subdirectory(libs/network/test)
101101
endif (CPP-NETLIB_BUILD_TESTS)
102-
# if (CPP-NETLIB_BUILD_EXPERIMENTS)
103-
# add_subdirectory(libs/network/experiment)
104-
# endif (CPP-NETLIB_BUILD_EXPERIMENTS)
105-
# if (NOT MSVC AND CPP-NETLIB_BUILD_TESTS)
106-
# add_subdirectory(libs/mime/test)
107-
# endif(NOT MSVC AND CPP-NETLIB_BUILD_TESTS)
108102
if (CPP-NETLIB_BUILD_EXAMPLES)
109103
add_subdirectory(libs/network/example)
110104
endif (CPP-NETLIB_BUILD_EXAMPLES)
@@ -116,6 +110,8 @@ endif()
116110

117111
enable_testing()
118112

113+
set(CPP-NETLIB_LIBRARIES${Boost_LIBRARIES}CACHEINTERNAL"Dependent libraries for header-only use")
114+
119115
install(DIRECTORYboostDESTINATION${CMAKE_INSTALL_INCLUDEDIR})
120116

121117
###

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp