GitHub

Original file line numberDiff line numberDiff line change

@@ -12,7 +12,7 @@ ELSE()

1212

ENDIF()

1313
1414

ExternalProject_Add(

15-

clBLAS-external

15+

clBLAS-ext

1616

GIT_REPOSITORY https://github.com/arrayfire/clBLAS.git

1717

GIT_TAG 102c832825e8e4d60ad73ca97e95668463294068

1818

PREFIX "${prefix}"

@@ -33,10 +33,10 @@ ExternalProject_Add(

3333

${byproducts}

3434

)

3535
36-

ExternalProject_Get_Property(clBLAS-external install_dir)

36+

ExternalProject_Get_Property(clBLAS-ext install_dir)

3737

ADD_LIBRARY(clBLAS IMPORTED STATIC)

3838

SET_TARGET_PROPERTIES(clBLAS PROPERTIES IMPORTED_LOCATION ${clBLAS_location})

39-

ADD_DEPENDENCIES(clBLAS clBLAS-external)

39+

ADD_DEPENDENCIES(clBLAS clBLAS-ext)

4040

SET(CLBLAS_INCLUDE_DIRS ${install_dir}/include)

4141

SET(CLBLAS_LIBRARIES clBLAS)

4242

SET(CLBLAS_FOUND ON)

Read the original on github.com ↗