File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ if (BUILD_TESTS OR BUILD_EXAMPLES)
70
70
############ Compiler specific setup
71
71
72
72
set (WEBSOCKETPP_PLATFORM_LIBS "" )
73
- set (WEBSOCKETPP_PLATFORM_TSL_LIBS "" )
73
+ set (WEBSOCKETPP_PLATFORM_TLS_LIBS "" )
74
74
set (WEBSOCKETPP_BOOST_LIBS "" )
75
75
76
76
# VC9 and C++11 reasoning
@@ -111,7 +111,7 @@ if (BUILD_TESTS OR BUILD_EXAMPLES)
111
111
# g++
112
112
if (CMAKE_COMPILER_IS_GNUCXX)
113
113
set (WEBSOCKETPP_PLATFORM_LIBS pthread rt)
114
- set (WEBSOCKETPP_PLATFORM_TSL_LIBS ssl crypto)
114
+ set (WEBSOCKETPP_PLATFORM_TLS_LIBS ssl crypto)
115
115
set (WEBSOCKETPP_BOOST_LIBS system thread)
116
116
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x" )
117
117
if (NOT APPLE )
@@ -133,7 +133,7 @@ if (BUILD_TESTS OR BUILD_EXAMPLES)
133
133
else ()
134
134
set (WEBSOCKETPP_PLATFORM_LIBS pthread)
135
135
endif ()
136
- set (WEBSOCKETPP_PLATFORM_TSL_LIBS ssl crypto)
136
+ set (WEBSOCKETPP_PLATFORM_TLS_LIBS ssl crypto)
137
137
set (WEBSOCKETPP_BOOST_LIBS system thread)
138
138
set (CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "-std=c++0x -stdlib=libc++" ) # todo: is libc++ really needed here?
139
139
if (NOT APPLE )
You can’t perform that action at this time.
0 commit comments