mirror of https://github.com/CGAL/cgal
Rename CGAL_SetupBLAS (et al) to CGAL_UseBlas (et al) - Part 1/2
This commit is contained in:
parent
f44cc724b2
commit
144fbe74d5
|
|
@ -1,5 +1,5 @@
|
|||
# LAPACK requires BLAS
|
||||
include( CGAL_SetupBLAS )
|
||||
include( CGAL_UseBLAS )
|
||||
|
||||
if ( NOT LAPACK_FOUND )
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# TAUCS requires BLAS and LAPACK
|
||||
include(CGAL_SetupBLAS)
|
||||
include(CGAL_SetupLAPACK)
|
||||
include(CGAL_UseBLAS)
|
||||
include(CGAL_UseLAPACK)
|
||||
|
||||
if ( NOT TAUCS_FOUND )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue