mirror of https://github.com/CGAL/cgal
fix esbtl typo
This commit is contained in:
parent
42799e2a39
commit
191add8a6f
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Reference in New Issue