remove no longer used variables

This commit is contained in:
conrad
2020-11-13 13:53:50 +10:00
parent 1f1c1ae725
commit 7381d1b255
-4
View File
@@ -196,8 +196,6 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_au
if(APPLE)
message(STATUS "Detected macOS")
set(ARMA_OS macos)
set(ARMA_USE_LAPACK true)
set(ARMA_USE_BLAS true)
set(ARMA_USE_ACCELERATE true)
@@ -258,8 +256,6 @@ if(APPLE)
else()
set(ARMA_OS unix)
include(ARMA_FindMKL)
include(ARMA_FindACMLMP)
include(ARMA_FindACML)