fix esbtl typo

This commit is contained in:
Sébastien Loriot 2012-05-21 10:37:42 +00:00
parent 42799e2a39
commit 191add8a6f
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
#LAPACK
#OPENNL
#QGLViewer (or implied by Qt4?)
#ESTBL
#ESBTL
#NTL
#Core (implies GMP+GMPXX)
@ -164,7 +164,7 @@ fi
CGAL_COMPONENTS=${CGAL_COMPONENTS//[z|Z][l|L][i|I][b|B]/zlib}
CGAL_COMPONENTS=${CGAL_COMPONENTS//[e|E][s|S][t|T][b|B][l|L]/ESTBL}
CGAL_COMPONENTS=${CGAL_COMPONENTS//[e|E][s|S][b|B][t|T][l|L]/ESBTL}
CGAL_COMPONENTS=${CGAL_COMPONENTS//[n|N][t|T][l|L]/NTL}

View File

@ -133,7 +133,7 @@ foreach( component ${CGAL_COMPONENTS})
set(component ${rewrote_component})
string(REGEX REPLACE "([z|Z][l|L][i|I][b|B])" "zlib" rewrote_component ${component})
set(component ${rewrote_component})
string(REGEX REPLACE "([e|E][s|S][t|T][b|B][l|L])" "ESTBL" rewrote_component ${component})
string(REGEX REPLACE "([e|E][s|S][b|B][t|T][l|L])" "ESBTL" rewrote_component ${component})
set(component ${rewrote_component})
string(REGEX REPLACE "([n|N][t|T][l|L])" "NTL" rewrote_component ${component})
set(component ${rewrote_component})