Disable MSVC warning 4244 for src/3rdparty/monocypher/monocypher.cpp
See: #664
This commit is contained in:
5
src/3rdparty/monocypher/CMakeLists.txt
vendored
5
src/3rdparty/monocypher/CMakeLists.txt
vendored
@@ -1,3 +1,8 @@
|
|||||||
|
if (MSVC)
|
||||||
|
# Disable warning 4244 for monocypher.cpp
|
||||||
|
set_compile_flags(monocypher.cpp COMPILE_FLAGS /wd4244)
|
||||||
|
endif()
|
||||||
|
|
||||||
add_files(
|
add_files(
|
||||||
monocypher-ed25519.cpp
|
monocypher-ed25519.cpp
|
||||||
monocypher-ed25519.h
|
monocypher-ed25519.h
|
||||||
|
Reference in New Issue
Block a user