On Thu, Sep 27, 2007 at 01:11:56AM -0500, Peter O'Gorman wrote: > cmake . -DCMAKE_INSTALL_PREFIX=/tmp/install_test > gmake > gmake install > If we build cmake with gcc/g++ instead of the native Sun and HP > compilers then we get a cmake that behaves as expected.
Also -DCMAKE_INSTALL_PREFIX:PATH=/tmp/install_test works. I was sure I had tried this, but I guess not. So, user error, I guess. However, I would expect the same behavior with cmake built with g++ and SUN CC/aCC. Peter _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
