@@ -9,7 +9,7 @@ project(CPP-NETLIB)
99
1010option ( CPP-NETLIB_BUILD_SHARED_LIBS"Build cpp-netlib as shared libraries." OFF )
1111option ( 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)
1313option ( CPP-NETLIB_BUILD_EXAMPLES"Build the cpp-netlib project examples." ON )
1414option ( CPP-NETLIB_ENABLE_HTTPS"Build cpp-netlib with support for https if OpenSSL is found." ON )
1515
@@ -102,12 +102,12 @@ if (Boost_FOUND)
102102 add_subdirectory (deps/googletest)
103103 add_subdirectory (libs/network/test )
104104 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)
111111 if (CPP-NETLIB_BUILD_EXAMPLES)
112112 add_subdirectory (libs/network/example)
113113 endif (CPP-NETLIB_BUILD_EXAMPLES)