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