fix path to include file
This commit is contained in:
parent
979453c610
commit
d2890239d0
@ -23,8 +23,8 @@
|
||||
option(ENABLE_ACCELERATE "Find and link to ACCELERATE" OFF)
|
||||
|
||||
if(ENABLE_ACCELERATE)
|
||||
include(find_libraries)
|
||||
include(find_include_files)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/../find/find_libraries.cmake)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/../find/find_include_files.cmake)
|
||||
|
||||
set(ACCELERATE_FOUND FALSE)
|
||||
set(ACCELERATE_LIBRARIES "NOTFOUND")
|
||||
|
@ -23,8 +23,8 @@
|
||||
option(ENABLE_CBLAS "Find and link to CBLAS" OFF)
|
||||
|
||||
if(ENABLE_CBLAS)
|
||||
include(find_libraries)
|
||||
include(find_include_files)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/../find/find_libraries.cmake)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/../find/find_include_files.cmake)
|
||||
|
||||
set(CBLAS_FOUND FALSE)
|
||||
set(CBLAS_LIBRARIES "NOTFOUND")
|
||||
|
@ -23,8 +23,8 @@
|
||||
option(ENABLE_LAPACKE "Find and link to LAPACKE" OFF)
|
||||
|
||||
if(ENABLE_LAPACKE)
|
||||
include(find_libraries)
|
||||
include(find_include_files)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/find_libraries.cmake)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/find_include_files.cmake)
|
||||
|
||||
set(LAPACKE_FOUND FALSE)
|
||||
set(LAPACKE_LIBRARIES "NOTFOUND")
|
||||
|
Loading…
x
Reference in New Issue
Block a user