Fix websocketpp depending on boost::random (#4869)
Co-authored-by: nerix <nero.9@hotmail.de>
This commit is contained in:
@@ -1007,6 +1007,8 @@ if (MSVC)
|
|||||||
/wd4505
|
/wd4505
|
||||||
/wd4100
|
/wd4100
|
||||||
/wd4267
|
/wd4267
|
||||||
|
# Enable updated '__cplusplus' macro - workaround for CMake#18837
|
||||||
|
/Zc:__cplusplus
|
||||||
)
|
)
|
||||||
# Disable min/max macros from Windows.h
|
# Disable min/max macros from Windows.h
|
||||||
target_compile_definitions(${LIBRARY_PROJECT} PUBLIC NOMINMAX)
|
target_compile_definitions(${LIBRARY_PROJECT} PUBLIC NOMINMAX)
|
||||||
|
|||||||
Reference in New Issue
Block a user