Build with WEBSOCKETPP_STRICT_MASKING

This commit is contained in:
theoreticalbts 2015-12-04 11:40:08 -05:00
parent cb27b810e3
commit ad7ecbf061

View file

@ -289,6 +289,9 @@ ELSE()
ENDIF()
ENDIF()
# This will become unnecessary once we update to websocketpp which fixes upstream issue #395
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DWEBSOCKETPP_STRICT_MASKING")
target_include_directories(fc
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include
${Boost_INCLUDE_DIR}