File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -127,14 +127,15 @@ endif()
127
127
# TODO: maybe this could be written using the FindBLAS module in the future
128
128
if ( BUILD_TEST )
129
129
if (NOT CORR_TEST_WITH_ACML )
130
- if (APPLE )
131
- find_library (BLAS_LIBRARIES Accelerate )
130
+ if (APPLE )
131
+ message (STATUS "Trying to find Accelerate library" )
132
+ find_library (BLAS_LIBRARIES Accelerate HINTS /System/Library/Frameworks/Accelerate.framework )
132
133
MARK_AS_ADVANCED (BLAS_LIBRARIES )
133
134
message (STATUS "Using Accelerate framework on Mac OS-X" )
134
- else ()
135
+ else ()
135
136
find_package ( Netlib COMPONENTS BLAS REQUIRED )
136
- endif ()
137
- else ( )
137
+ endif ()
138
+ else ( )
138
139
# Find ACML BLAS implementation
139
140
# platform dependent ACML subdirectory
140
141
if (WIN32 )
You can’t perform that action at this time.
0 commit comments