|
|
@@ -13,6 +13,12 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "sparc")
|
|
|
set(TARGET_ARCH "sparc")
|
|
|
endif()
|
|
|
|
|
|
+if((NOT MSVC) AND (CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64"))
|
|
|
+ SET(ARCH_AARCH64 TRUE)
|
|
|
+else()
|
|
|
+ SET(ARCH_AARCH64 FALSE)
|
|
|
+endif((NOT MSVC) AND (CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64"))
|
|
|
+
|
|
|
option(WITH_IPP "Use Intel Performance Primitives." OFF)
|
|
|
|
|
|
option(BUILD_TESTING "Build the project test case." OFF)
|