Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Dec 17, 2023
1 parent 7bdb7d5 commit 8f68943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/CPackCommon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ else ()
message(FATAL_ERROR "Unsupported target platform ${CMAKE_SYSTEM_NAME}")
endif ()

message(STATUS "CMAKE_SYSTEM_PROCESSOR is ${CMAKE_SYSTEM_PROCESSOR}")
message(STATUS "VCPKG_TARGET_TRIPLET is ${VCPKG_TARGET_TRIPLET}")
string(TOLOWER "${CMAKE_SYSTEM_PROCESSOR}" processor)
if ((processor STREQUAL "amd64") OR (processor STREQUAL "x86_64"))
set(arch "x86_64")
Expand Down

0 comments on commit 8f68943

Please sign in to comment.