Skip to content

Commit 2daad43

Browse files
committed
Adding define for _WEBSOCKETPP_CPP11_STL_
1 parent 8899ba1 commit 2daad43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Release/src/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ elseif(WIN32)
6868
set(EXTRALINKS Httpapi.lib Winhttp.dll)
6969
endif()
7070

71+
add_definitions(
72+
-D_WEBSOCKETPP_CPP11_STL_
73+
)
74+
7175
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${WARNINGS} -Werror -pedantic")
7276

7377
add_library(${Casablanca_LIBRARY} ${SOURCES})

0 commit comments

Comments
 (0)