File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,6 @@ if (Boost_FOUND)
99
99
add_subdirectory (deps/googletest )
100
100
add_subdirectory (libs/network/test )
101
101
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)
108
102
if (CPP-NETLIB_BUILD_EXAMPLES )
109
103
add_subdirectory (libs/network/example )
110
104
endif (CPP-NETLIB_BUILD_EXAMPLES )
@@ -116,6 +110,8 @@ endif()
116
110
117
111
enable_testing ()
118
112
113
+ set (CPP-NETLIB_LIBRARIES ${Boost_LIBRARIES} CACHE INTERNAL "Dependent libraries for header-only use" )
114
+
119
115
install (DIRECTORY boost DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )
120
116
121
117
###
You can’t perform that action at this time.
0 commit comments