@@ -9,7 +9,7 @@ project(CPP-NETLIB)
9
9
10
10
option (CPP-NETLIB_BUILD_SHARED_LIBS "Build cpp-netlib as shared libraries." OFF )
11
11
option (CPP-NETLIB_BUILD_TESTS "Build the cpp-netlib project tests." ON )
12
- option (CPP-NETLIB_BUILD_EXPERIMENTS "Build the cpp-netlib project experiments." ON )
12
+ # option( CPP-NETLIB_BUILD_EXPERIMENTS "Build the cpp-netlib project experiments." ON)
13
13
option (CPP-NETLIB_BUILD_EXAMPLES "Build the cpp-netlib project examples." ON )
14
14
option (CPP-NETLIB_ENABLE_HTTPS "Build cpp-netlib with support for https if OpenSSL is found." ON )
15
15
@@ -102,12 +102,12 @@ if (Boost_FOUND)
102
102
add_subdirectory (deps/googletest )
103
103
add_subdirectory (libs/network/test )
104
104
endif (CPP-NETLIB_BUILD_TESTS )
105
- if (CPP-NETLIB_BUILD_EXPERIMENTS )
106
- add_subdirectory (libs/network/experiment )
107
- endif (CPP-NETLIB_BUILD_EXPERIMENTS )
108
- if (NOT MSVC AND CPP-NETLIB_BUILD_TESTS )
109
- add_subdirectory (libs/mime/test )
110
- endif (NOT MSVC AND CPP-NETLIB_BUILD_TESTS )
105
+ # if (CPP-NETLIB_BUILD_EXPERIMENTS)
106
+ # add_subdirectory(libs/network/experiment)
107
+ # endif (CPP-NETLIB_BUILD_EXPERIMENTS)
108
+ # if (NOT MSVC AND CPP-NETLIB_BUILD_TESTS)
109
+ # add_subdirectory(libs/mime/test)
110
+ # endif(NOT MSVC AND CPP-NETLIB_BUILD_TESTS)
111
111
if (CPP-NETLIB_BUILD_EXAMPLES )
112
112
add_subdirectory (libs/network/example )
113
113
endif (CPP-NETLIB_BUILD_EXAMPLES )