mirror of https://github.com/libAthena/athena.git
Support VS2017 for atdna
This commit is contained in:
parent
2a4fc3e3b3
commit
89968f1c31
|
@ -180,6 +180,8 @@ macro(atdna out)
|
|||
list(APPEND extraargs -fms-compatibility-version=18.00)
|
||||
elseif(MSVC_VERSION EQUAL 1900)
|
||||
list(APPEND extraargs -fms-compatibility-version=19.00)
|
||||
elseif(MSVC_VERSION EQUAL 1910)
|
||||
list(APPEND extraargs -fms-compatibility-version=19.10)
|
||||
endif()
|
||||
|
||||
# OSX Extra
|
||||
|
|
Loading…
Reference in New Issue