diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c07e3846..b0268b31e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,9 +20,9 @@ option(PHYTIUM "Set to ON if targeting an Phytium (D2000 or FT2000/4) based devi option(GAMESHELL "Set to ON if targeting a GameShell device" ${GAMESHELL}) option(ODROIDXU4 "Set to ON if targeting an ODROID-XU4 device" ${ODROIDXU4}) option(POWER9 "Set to ON if targeting a POWER9 processor" ${POWER9}) -option(SD845 "Set to ON if targeting a Snapragon 845 based device" ${SD845}) -option(SD865 "Set to ON if targeting a Snapragon 865 based device" ${SD865}) -option(SD888 "Set to ON if targeting a Snapragon 888 based device" ${SD888}) +option(SD845 "Set to ON if targeting a Snapdragon 845 based device" ${SD845}) +option(SD865 "Set to ON if targeting a Snapdragon 865 based device" ${SD865}) +option(SD888 "Set to ON if targeting a Snapdragon 888 based device" ${SD888}) option(ADLINK "Set to ON if targeting an ADLink AmpereAltra based device" ${ADLINK}) option(A64 "Set to ON if targeting an Allwinner A64 based device" ${A64}) option(ARM64 "Set to ON if targeting a generic ARM64 based device" ${ARM64})