mirror of https://github.com/CGAL/cgal
added missing $ to copy content of variable
This commit is contained in:
parent
6a6dfc5fc2
commit
80616feea6
|
|
@ -35,7 +35,7 @@ foreach (lib ${CGAL_SUPPORTING_3RD_PARTY_LIBRARIES})
|
||||||
message( STATUS " ${lib} definitions: ${${vlib}_DEFINITIONS}" )
|
message( STATUS " ${lib} definitions: ${${vlib}_DEFINITIONS}" )
|
||||||
else()
|
else()
|
||||||
message( STATUS "${lib} has been configured")
|
message( STATUS "${lib} has been configured")
|
||||||
use_lib( ${vlib} "{${vlib}_USE_FILE}")
|
use_lib( ${vlib} ${${vlib}_USE_FILE})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# TODO EBEB what about Qt3, Qt4, zlib etc?
|
# TODO EBEB what about Qt3, Qt4, zlib etc?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue