From d0e2be831915e406956f8574ed4a6927d23c88a4 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 9 Oct 2024 16:48:58 +0100 Subject: [PATCH] Remove duplicate which was a workaround for cmake 2.6 to see if it is still a problem --- Installation/cmake/modules/CGAL_Macros.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/Installation/cmake/modules/CGAL_Macros.cmake b/Installation/cmake/modules/CGAL_Macros.cmake index 7ded524d97c..596bc592a15 100644 --- a/Installation/cmake/modules/CGAL_Macros.cmake +++ b/Installation/cmake/modules/CGAL_Macros.cmake @@ -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 )