mirror of https://github.com/CGAL/cgal
Add a comment for later in CGAL_Macros.cmake
This commit is contained in:
parent
cccbcac26c
commit
bccf95ba88
|
|
@ -205,7 +205,8 @@ if( NOT CGAL_MACROS_FILE_INCLUDED )
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
macro( use_lib lib usefile )
|
macro( use_lib lib usefile )
|
||||||
|
# TODO: usefile should an optional parameter.
|
||||||
|
# -- Laurent Rineau, 2012/06/27
|
||||||
set (vlib ${CGAL_EXT_LIB_${lib}_PREFIX} )
|
set (vlib ${CGAL_EXT_LIB_${lib}_PREFIX} )
|
||||||
|
|
||||||
if ( ${vlib}_FOUND AND (NOT TARGET CGAL OR WITH_${lib}))
|
if ( ${vlib}_FOUND AND (NOT TARGET CGAL OR WITH_${lib}))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue