[Hardware][Mac] Fix the installation fail for Apple Silicon (CPU) (#23565)

Signed-off-by: oye93 <en.ouyang93@outlook.com>
Co-authored-by: Li, Jiang <jiang1.li@intel.com>
This commit is contained in:
En Ouyang 2025-08-26 21:04:25 +08:00 committed by GitHub
parent 164b2273c8
commit b78bed1bc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
include(FetchContent)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_EXTENSIONS ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)