Skip to content

Commit

Permalink
Remove duplicate which was a workaround for cmake 2.6 to see if it is…
Browse files Browse the repository at this point in the history
… still a problem
  • Loading branch information
afabri committed Oct 9, 2024
1 parent 7572aee commit d0e2be8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Installation/cmake/modules/CGAL_Macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit d0e2be8

Please sign in to comment.