mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-05 01:31:46 +03:00
Fix Warning: D9002: ignoring unknown option '-m64'
This commit is contained in:
parent
0659b2c5d5
commit
5785380fa9
@ -99,7 +99,8 @@ if (MKL_INCLUDE_DIR AND
|
||||
if (NOT DEFINED ENV{CRAY_PRGENVPGI} AND
|
||||
NOT DEFINED ENV{CRAY_PRGENVGNU} AND
|
||||
NOT DEFINED ENV{CRAY_PRGENVCRAY} AND
|
||||
NOT DEFINED ENV{CRAY_PRGENVINTEL})
|
||||
NOT DEFINED ENV{CRAY_PRGENVINTEL} AND
|
||||
NOT MSVC)
|
||||
set(ABI "-m64")
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user