I don't have access to Cygwin myself, but I have recently been getting PLplot feedback from one of our developers and also two of our more experienced users for that platform. From their detailed "make" and "make install" results it appears rpath is being completely ignored both in the build tree (where CMake automatically takes care of the complicated rpath concerns for my Linux platform), and the build tree (where for PLplot we use the INSTALL_RPATH PROPERTY of SET_TARGET_PROPERTIES to set rpath).
Being able to set rpath for both the build tree and install tree is incredibly convenient for the Linux CMake version. Is there some technical reason why this killer feature is missing from the Cygwin CMake version or is this just currently an unimplemented feature for the Cygwin CMake version? Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
