From 80616feea67f6e871829a9ecb65f40dd97dfdc00 Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Mon, 20 Aug 2012 08:10:20 +0000 Subject: [PATCH] added missing $ to copy content of variable --- Installation/cmake/modules/CGAL_SetupDependencies.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/cmake/modules/CGAL_SetupDependencies.cmake b/Installation/cmake/modules/CGAL_SetupDependencies.cmake index 0475cb40b1b..1a4f59ecbf4 100644 --- a/Installation/cmake/modules/CGAL_SetupDependencies.cmake +++ b/Installation/cmake/modules/CGAL_SetupDependencies.cmake @@ -35,7 +35,7 @@ foreach (lib ${CGAL_SUPPORTING_3RD_PARTY_LIBRARIES}) message( STATUS " ${lib} definitions: ${${vlib}_DEFINITIONS}" ) else() message( STATUS "${lib} has been configured") - use_lib( ${vlib} "{${vlib}_USE_FILE}") + use_lib( ${vlib} ${${vlib}_USE_FILE}) endif() # TODO EBEB what about Qt3, Qt4, zlib etc?