CMake: Fix compilation on Windows with MSVC

This commit is contained in:
Vladimir Golovnev (Glassez)
2019-08-02 15:17:36 +03:00
parent 7d636d8c3f
commit 3093751fa4
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ add_definitions(-DUNICODE
-D_CRT_SECURE_NO_DEPRECATE
-D_SCL_SECURE_NO_DEPRECATE
-DNOMINMAX
-DBOOST_ALL_NO_LIB
)
# Enable if libtorrent was built with this flag defined