On Tue, Aug 11, 2009 at 11:37:54PM +0200, [email protected] wrote: > >$ cmake COMPONENT=dist -P cmake_install.cmake ../
You're missing a -D before COMPONENT. Not sure if that's the cause of all your problems but it's a good first step. tyler _______________________________________________ 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
