On Thursday 18 June 2009, Dieter Oberkofler wrote: > Hi, > is there a way (in CMake) to convert a relative directory (e.g. > /a/b/c/../../d/e) to an abolsute one (e.g. /a/d/e)? > Thank you, > Dieter
Did you try get_filename_component(ABSOLUTE) ? Alex _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
