Attempt to cross-compile for arm64 Linux

This commit is contained in:
Siarhei Fedartsou 2022-10-15 16:27:49 +02:00
parent 7c4b2f11e6
commit 2577c8fdb9

View File

@ -492,6 +492,9 @@ if(ENABLE_CONAN)
set(TBB_SHARED True)
endif()
if(NOT CONAN_CMAKE_SYSTEM_PROCESSOR)
set(CONAN_CMAKE_SYSTEM_PROCESSOR ${CMAKE_SYSTEM_PROCESSOR})
endif()
set(CONAN_ARGS
REQUIRES
"boost/${CONAN_BOOST_VERSION}"