Rename CGAL_SetupBLAS (et al) to CGAL_UseBlas (et al) - Part 1/2

This commit is contained in:
Fernando Cacciola 2008-10-30 15:59:05 +00:00
parent f44cc724b2
commit 144fbe74d5
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# LAPACK requires BLAS
include( CGAL_SetupBLAS )
include( CGAL_UseBLAS )
if ( NOT LAPACK_FOUND )

View File

@ -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 )