mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-25 06:12:35 +00:00
Apache Arrow only supports x64
This commit is contained in:
parent
1bca466fcb
commit
d8149aae08
@ -1,5 +1,9 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
if(NOT VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
|
||||
message(FATAL_ERROR "Apache Arrow only supports x64")
|
||||
endif()
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO apache/arrow
|
||||
|
Loading…
x
Reference in New Issue
Block a user