From d83bb49f225ce17f17b6daaef777941798d94f95 Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Tue, 10 Jan 2012 14:36:33 +0000 Subject: [PATCH] cosmetics --- Installation/cmake/modules/CGAL_UseRS.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/cmake/modules/CGAL_UseRS.cmake b/Installation/cmake/modules/CGAL_UseRS.cmake index a01389433f2..80b92790093 100644 --- a/Installation/cmake/modules/CGAL_UseRS.cmake +++ b/Installation/cmake/modules/CGAL_UseRS.cmake @@ -27,4 +27,4 @@ if( RS_FOUND AND NOT RS_SETUP ) set (RS_SETUP TRUE) - endif( RS_FOUND AND NOT RS_SETUP ) +endif( RS_FOUND AND NOT RS_SETUP )