From e6840fac9c1c2a8d6e0a3cf32be5ee517e58c3df Mon Sep 17 00:00:00 2001 From: Fernando Cacciola Date: Wed, 11 Mar 2009 19:09:25 +0000 Subject: [PATCH] Removed 3.4 suffix --- Installation/cmake/modules/FindCGAL.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Installation/cmake/modules/FindCGAL.cmake b/Installation/cmake/modules/FindCGAL.cmake index a43ae8caefd..b7cfa5bc170 100644 --- a/Installation/cmake/modules/FindCGAL.cmake +++ b/Installation/cmake/modules/FindCGAL.cmake @@ -11,7 +11,7 @@ # # Construct consitent error messages for use below. -set(CGAL_DIR_DESCRIPTION "directory containing CGALConfig.cmake. This is either the binary directory where CGAL was configured or PREFIX/lib/CGAL-3.4 for an installation.") +set(CGAL_DIR_DESCRIPTION "directory containing CGALConfig.cmake. This is either the binary directory where CGAL was configured or PREFIX/lib/CGAL for an installation.") set(CGAL_DIR_MESSAGE "CGAL not found. Set the CGAL_DIR cmake variable or environment variable to the ${CGAL_DIR_DESCRIPTION}") set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) @@ -32,7 +32,7 @@ if ( NOT CGAL_DIR ) foreach(dir ${CGAL_DIR_SEARCH2}) - set(CGAL_DIR_SEARCH ${CGAL_DIR_SEARCH} ${dir}/../lib/CGAL-3.4 ) + set(CGAL_DIR_SEARCH ${CGAL_DIR_SEARCH} ${dir}/../lib/CGAL ) endforeach() @@ -49,8 +49,8 @@ if ( NOT CGAL_DIR ) ${CGAL_DIR_SEARCH} # Look in standard UNIX install locations. - /usr/local/lib/CGAL-3.4 - /usr/lib/CGAL-3.4 + /usr/local/lib/CGAL + /usr/lib/CGAL # Read from the CMakeSetup registry entries. It is likely that # CGAL will have been recently built.