Remove duplicate which was a workaround for cmake 2.6 to see if it is still a problem

This commit is contained in:
Andreas Fabri 2024-10-09 16:48:58 +01:00
parent 7572aee9ae
commit d0e2be8319
1 changed files with 0 additions and 2 deletions

View File

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