this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixed TARGET_ARM64 description typo

Thomas A 3c89ad0f 62f75f53

+1 -1
+1 -1
CMakeLists.txt
··· 107 107 option(FULL_BUILD "Include large items in the build" ON) 108 108 option(TARGET_i386 "Enable i386 slices" ON) 109 109 option(TARGET_x86_64 "Enable x86_64 slices" ON) 110 - option(TARGET_ARM64 "Enable x86_64 slices" OFF) 110 + option(TARGET_ARM64 "Enable arm64 slices" OFF) 111 111 option(DEBIAN_PACKAGING "Packaging for Debian" OFF) 112 112 option(ENABLE_TESTS "Install in-prefix unit tests" OFF) 113 113 option(ADDITIONAL_PACKAGES "Include additional pacakges not included by default in a standard macOS installation" OFF)