From d6e292df023facfa2e6d9dd86f5df0dff41dbb33 Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Wed, 20 Apr 2011 10:28:27 +0000 Subject: [PATCH] fixed wrong spelling --- Installation/cmake/modules/CGAL_Macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/cmake/modules/CGAL_Macros.cmake b/Installation/cmake/modules/CGAL_Macros.cmake index a552f1e5a43..8b51530e1bc 100644 --- a/Installation/cmake/modules/CGAL_Macros.cmake +++ b/Installation/cmake/modules/CGAL_Macros.cmake @@ -194,7 +194,7 @@ if( NOT CGAL_MACROS_FILE_INCLUDED ) macro( use_lib lib usefile) - if ( ${lib_found} ) + if ( ${lib}_FOUND ) if ( NOT ${lib}_SETUP ) # avoid double usage