Von: Corrie <[EMAIL PROTECTED]> ... > thing happens when I make the change through CCMake. Yet when I run > gcc -v, I'm told "gcc version 4.0.1 (Apple Computer, Inc. build > 5367)". Can someone tell me what I can do to fix this? Thanks.
I'd say if you are building out-of-source, create a new builddirectory where you run cmake when gcc 4.0 is selected. Your other build directory shouldn't care about this. If you are building in-source, delete your CMakeCache.txt and run cmake again. Bye Alex -- "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
