mirror of https://github.com/CGAL/cgal
Remove duplicate which was a workaround for cmake 2.6 to see if it is still a problem
This commit is contained in:
parent
7572aee9ae
commit
d0e2be8319
|
|
@ -16,12 +16,10 @@ if( NOT CGAL_MACROS_FILE_INCLUDED )
|
|||
|
||||
macro( cache_set var )
|
||||
set ( ${var} ${ARGN} CACHE INTERNAL "" )
|
||||
set ( ${var} ${ARGN} CACHE INTERNAL "" )
|
||||
endmacro()
|
||||
|
||||
macro( typed_cache_set type doc var )
|
||||
set ( ${var} ${ARGN} CACHE ${type} ${doc} FORCE )
|
||||
set ( ${var} ${ARGN} CACHE ${type} ${doc} FORCE )
|
||||
endmacro()
|
||||
|
||||
macro( cache_get var )
|
||||
|
|
|
|||
Loading…
Reference in New Issue