Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DanofficeIT
/
privatellm
like
0
Runtime error
App
Files
Files
Community
57e3690
privatellm
/
cmake
/
arm64-windows-msvc.cmake
lhhj
first
57e3690
about 2 months ago
raw
Copy download link
history
blame
Safe
192 Bytes
set
( CMAKE_SYSTEM_NAME Windows )
set
( CMAKE_SYSTEM_PROCESSOR arm64 )
set
(
target
arm64-pc-windows-msvc )
set
( CMAKE_C_COMPILER_TARGET
${target}
)
set
( CMAKE_CXX_COMPILER_TARGET
${target}
)