Zachary Pincus wrote:
Just a heads up in case this isn't known (let me know if I should file a bug):

I just checked out CMake from CVS and found that it generates invalid makefiles on my system. (Darwin; CMake installed to /usr/local.)

Specifically, the makefiles have build rules that look like this:
# Special rule for the target install
install: preinstall
    @echo "Install the project..."
    /cmake -DBUILD_TYPE=. -P cmake_install.cmake

(note the /cmake bit).

Fortunately, there are old_install rules that work fine for now -- thanks to whoever added them. Presumably this is a known issue with regard to the bleeding edge cmake. If not, hopefully the problem is clear.

Try updating again.  It should now be fixed.

-Brad
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to