mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
Fix c++17 compilation with MSVC
This commit is contained in:
parent
18377638f7
commit
86b9b69def
@ -15,6 +15,7 @@ if(WIN32)
|
||||
_USE_MATH_DEFINES
|
||||
_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES
|
||||
_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT
|
||||
_HAS_STD_BYTE=0
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user