added missing $ to copy content of variable

This commit is contained in:
Eric Berberich 2012-08-20 08:10:20 +00:00
parent 6a6dfc5fc2
commit 80616feea6
1 changed files with 1 additions and 1 deletions

View File

@ -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?