We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c77811 commit 6cb7388Copy full SHA for 6cb7388
CMakeLists.txt
@@ -6,7 +6,7 @@
6
cmake_minimum_required(VERSION 2.8)
7
project(CPP-NETLIB)
8
set(Boost_USE_STATIC_LIBS ON)
9
-set(Boost_USE_MULTI_THREADED ON)
+set(Boost_USE_MULTITHREADED ON)
10
find_package( Boost 1.45.0 REQUIRED unit_test_framework system regex date_time thread chrono filesystem program_options )
11
find_package( OpenSSL )
12
find_package( Threads )
0 commit comments