Build with WEBSOCKETPP_STRICT_MASKING
This commit is contained in:
parent
cb27b810e3
commit
ad7ecbf061
1 changed files with 3 additions and 0 deletions
|
|
@ -289,6 +289,9 @@ ELSE()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
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
|
target_include_directories(fc
|
||||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include
|
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||||
${Boost_INCLUDE_DIR}
|
${Boost_INCLUDE_DIR}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue