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