There was an error while loading. Please reload this page.
1 parent 871079e commit ff29c5eCopy full SHA for ff29c5e
2 files changed
libqhy/CMakeLists.txt
@@ -22,7 +22,7 @@ if (APPLE)
22
set (QHY_FIRMWARE_INSTALL_DIR "/usr/local/lib/indi/DriverSupport/qhy/firmware" CACHE STRING "QHY firmware installation directory")
23
24
set(source_mac_dir "mac_x64")
25
- if (CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
+ if (CMAKE_OSX_ARCHITECTURES STREQUAL "arm64")
26
set(source_mac_dir "mac_arm64")
27
endif()
28
libqhy/mac_arm64/libqhyccd.bin
0 Bytes
0 commit comments