Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
traversebitree committed Feb 15, 2024
1 parent 4f8b9a7 commit 2627da5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/VcpkgHandle.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ include_guard(GLOBAL)
block()
cmake_host_system_information(RESULT res QUERY OS_PLATFORM)

if(${res} STREQUAL "aarch64")
set(ENV{VCPKG_FORCE_SYSTEM_BINARIES} "arm")
endif()
# if(${res} STREQUAL "aarch64")
# set(ENV{VCPKG_FORCE_SYSTEM_BINARIES} "arm")
# endif()

option(X_VCPKG_APPLOCAL_DEPS_INSTALL
"Automatically copy dependencies into the install target directory for executables." TRUE
Expand Down

0 comments on commit 2627da5

Please sign in to comment.