File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212ENDIF ()
1313
1414ExternalProject_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)
3737ADD_LIBRARY (clBLAS IMPORTED STATIC )
3838SET_TARGET_PROPERTIES (clBLAS PROPERTIES IMPORTED_LOCATION ${clBLAS_location} )
39- ADD_DEPENDENCIES (clBLAS clBLAS-external )
39+ ADD_DEPENDENCIES (clBLAS clBLAS-ext )
4040SET (CLBLAS_INCLUDE_DIRS ${install_dir} /include )
4141SET (CLBLAS_LIBRARIES clBLAS)
4242SET (CLBLAS_FOUND ON )
Original file line number Diff line number Diff line change 1212ENDIF ()
1313
1414ExternalProject_Add(
15- clFFT-external
15+ clFFT-ext
1616 GIT_REPOSITORY https://github.com/arrayfire/clFFT.git
1717 GIT_TAG 1597f0f35a644789c7ad77efe79014236cca2fab
1818 PREFIX "${prefix} "
@@ -34,10 +34,10 @@ ExternalProject_Add(
3434 ${byproducts}
3535 )
3636
37- ExternalProject_Get_Property(clFFT-external install_dir)
37+ ExternalProject_Get_Property(clFFT-ext install_dir)
3838ADD_LIBRARY (clFFT IMPORTED STATIC )
3939SET_TARGET_PROPERTIES (clFFT PROPERTIES IMPORTED_LOCATION ${clFFT_location} )
40- ADD_DEPENDENCIES (clFFT clFFT-external )
40+ ADD_DEPENDENCIES (clFFT clFFT-ext )
4141SET (CLFFT_INCLUDE_DIRS ${install_dir} /include )
4242SET (CLFFT_LIBRARIES clFFT)
4343SET (CLFFT_FOUND ON )
You can’t perform that action at this time.
0 commit comments