9c13a0
--- boost_1_73_0/tools/boost_install/boost-install.jam~	2020-04-24 20:21:50.330267122 +0100
9c13a0
+++ boost_1_73_0/tools/boost_install/boost-install.jam	2020-04-24 20:22:16.818360540 +0100
9c13a0
@@ -652,25 +652,6 @@
9c13a0
         "get_filename_component(_BOOST_CMAKEDIR \"${CMAKE_CURRENT_LIST_DIR}/../\" REALPATH)"
9c13a0
         : true ;
9c13a0
 
9c13a0
-    if [ path.is-rooted $(cmakedir) ]
9c13a0
-    {
9c13a0
-        local cmakedir-native = [ path-native-fwd $(cmakedir) ] ;
9c13a0
-
9c13a0
-        print.text
9c13a0
-
9c13a0
-            ""
9c13a0
-            "# If the computed and the original directories are symlink-equivalent, use original"
9c13a0
-            "if(EXISTS \"$(cmakedir-native)\")"
9c13a0
-            "  get_filename_component(_BOOST_CMAKEDIR_ORIGINAL \"$(cmakedir-native)\" REALPATH)"
9c13a0
-            "  if(_BOOST_CMAKEDIR STREQUAL _BOOST_CMAKEDIR_ORIGINAL)"
9c13a0
-            "    set(_BOOST_CMAKEDIR \"$(cmakedir-native)\")"
9c13a0
-            "  endif()"
9c13a0
-            "  unset(_BOOST_CMAKEDIR_ORIGINAL)"
9c13a0
-            "endif()"
9c13a0
-            ""
9c13a0
-            : true ;
9c13a0
-    }
9c13a0
-
9c13a0
     get-dir "_BOOST_INCLUDEDIR" : $(includedir) ;
9c13a0
 
9c13a0
     if $(library-type) = INTERFACE