mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix websocketpp depending on boost::random (#4869)
Co-authored-by: nerix <nero.9@hotmail.de>
This commit is contained in:
parent
5d5d265ae0
commit
7c8cabaa42
|
@ -1007,6 +1007,8 @@ if (MSVC)
|
|||
/wd4505
|
||||
/wd4100
|
||||
/wd4267
|
||||
# Enable updated '__cplusplus' macro - workaround for CMake#18837
|
||||
/Zc:__cplusplus
|
||||
)
|
||||
# Disable min/max macros from Windows.h
|
||||
target_compile_definitions(${LIBRARY_PROJECT} PUBLIC NOMINMAX)
|
||||
|
|
Loading…
Reference in a new issue