[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

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)