From 191add8a6fbfa48dc83e22761e5d8a20cc419a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 21 May 2012 10:37:42 +0000 Subject: [PATCH] fix esbtl typo --- Scripts/scripts/cgal_create_CMakeLists.txt | 4 ++-- Scripts/scripts/cgal_generate_cmake_script.cmake | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/scripts/cgal_create_CMakeLists.txt b/Scripts/scripts/cgal_create_CMakeLists.txt index b540161aaa9..5958df02e95 100755 --- a/Scripts/scripts/cgal_create_CMakeLists.txt +++ b/Scripts/scripts/cgal_create_CMakeLists.txt @@ -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} diff --git a/Scripts/scripts/cgal_generate_cmake_script.cmake b/Scripts/scripts/cgal_generate_cmake_script.cmake index a018e49e3d6..a28add1db32 100755 --- a/Scripts/scripts/cgal_generate_cmake_script.cmake +++ b/Scripts/scripts/cgal_generate_cmake_script.cmake @@ -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})